aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/shadow/manifests
Commit message (Collapse)AuthorAgeFilesLines
* shadow: Specifically change uid/gid max instead of copying custom login.defsOlivier Blin2015-12-011-2/+17
| | | | | | | | | | | | | | Copying a custom login.defs file is not really a good option, since we have to manage many distribution versions, which do not necessarily have the same login.defs settings. Instead, we now only change the UID_MAX and GID_MAX values to 2000 (from an initial value of 60000). This is done so that locally created accounts do not overlap LDAP-managed accounts, which starts at 5000. This uses the file_line helper from the puppetlabs-stdlib module. It means the puppet-stdlib package now needs to be installed on the puppet master node.
* make shadow module puppet-lint cleanMichael Scherer2012-02-101-5/+5
|
* fix filenameNicolas Vigier2011-01-201-1/+1
|
* add shadow module for login.defsNicolas Vigier2011-01-201-0/+8