Skip to content

Instantly share code, notes, and snippets.

@raphink
Created January 21, 2014 21:03
Show Gist options
  • Save raphink/8548350 to your computer and use it in GitHub Desktop.
Save raphink/8548350 to your computer and use it in GitHub Desktop.
Puppet::Type.newtype(:user) do
...
resources do
newparam(:unless_system_user) do
...
end
newparam(:system_users) do
...
defaultto { %w{root nobody bin noaccess daemon sys} }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment