Created
January 21, 2014 21:03
-
-
Save raphink/8548350 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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