Displaying 4 results from an estimated 4 matches for "user_role_add".
2009 Aug 27
13
User's and managing expired passwords
We have a policy that requires all user passwords to expire after 90
days. We also use puppet for managing all users on our machines. Our
hope was, when our passwords expire, we could update the puppet
manifest which would propogate to all our servers, thus updating all
our passwords.
The problem is, the User type (w/ manage_passwords enabled and ruby-
shadow installed) will only set the
2011 Jun 10
11
cannot manage home directories
user {''username'':
uid => 501,
gid => ''staff'',
comment => ''comment'',
ensure => present,
home => ''/Users/sysop'',
shell =>
2009 Aug 16
3
userdel without -r switch
...9;' for feature ''ldap''
debug: Puppet::Type::User::ProviderLdap: feature ldap is missing
debug: Puppet::Type::User::ProviderPw: file pw does not exist
debug: Creating default schedules
debug: //User[foo]: Changing ensure
debug: //User[foo]: 1 change(s)
debug: User[foo](provider=user_role_add): Executing ''/usr/sbin/userdel foo''
notice: //User[foo]/ensure: removed
debug: Finishing transaction 68415230 with 1 changes
(linux)
# puppet -d test.pp
debug: file pw does not exist
debug: file /usr/bin/dscl does not exist
debug: true value when expecting false
debug: file nire...
2012 Feb 23
0
Announce: Puppet 2.6.14 Available [security update]
...e5965 Remove unnecessary fallbacks in change_{user,group}
0a09a64 Document uid/gid-related methods in Puppet::Util
2599d56 Copy owner/group in replace_file
ead36ff (#12463) eliminate `secure_open` in favour of `replace_file`
1469538 (#12460) use `replace_file` for the .k5login file
8461203 (#12462) user_role_add: use `replace_file` for /etc/shadow
0ad532a (#12463) add secure `replace_file` to Puppet::Util
76d0749 (#12459) drop supplementary groups when permanently dropping UID
50909b9 (#12458) default to users primary group, not root, in `asuser`
d00c5cc (#12457) add users primary group, not Process.gid, i...