diff options
author | James Turnbull <james@lovedthanlost.net> | 2011-03-09 17:56:37 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2011-03-09 17:56:37 +1100 |
commit | 4bd54939ceb4c588b1633117d88472fe48e9dfdf (patch) | |
tree | 9f4219830b3b463f0f5c4c0b9716b8cecd0c01fb /lib/puppet/util/rdoc/code_objects.rb | |
parent | d24e32a19648d7a97c329fc3a5c4277f05cc5b04 (diff) | |
download | puppet-4bd54939ceb4c588b1633117d88472fe48e9dfdf.tar.gz puppet-4bd54939ceb4c588b1633117d88472fe48e9dfdf.tar.xz puppet-4bd54939ceb4c588b1633117d88472fe48e9dfdf.zip |
Fixed #2645 - Added support for creating system users
On Red Hat, Ubuntu, Debian and deriatives the -r flag
allows creation of "system" users with a UID below that
defined in /etc/login.defs.
This commit adds support for a system parameter and a
system_users feature which can be used like so:
user { "foo":
system => true,
ensure => present,
}
This will create a user with a lower UID.
The system parameter defaults to false.
Diffstat (limited to 'lib/puppet/util/rdoc/code_objects.rb')
0 files changed, 0 insertions, 0 deletions