Is this normal behavior where /var/log/messages shows that every time
the puppet client daemon runs, it shows that my defined user on the
master keeps getting removed and re-added to the groups on that
specific servers?
every 30 minutes? This does not happen on Red Hat, only on SUSE
(sles) - could be that Red Hat is not logging that info too...
Sep 30 11:57:14 puppetd[24642]: Starting Puppet client version 0.24.8
Sep 30 11:57:17 puppetd[24642]: Starting catalog run
Sep 30 11:57:20 shadow[24841]: account removed from group -
account=jamato, group=wheel, gid=10, by=0
Sep 30 11:57:20 shadow[24841]: account removed from group -
account=jamato, group=video, gid=33, by=0
Sep 30 11:57:20 shadow[24841]: account removed from group -
account=jamato, group=dialout, gid=16, by=0
Sep 30 11:57:20 shadow[24841]: account added to group -
account=jamato, group=dialout, gid=16, by=0
Sep 30 11:57:20 shadow[24841]: account added to group -
account=jamato, group=video, gid=33, by=0
Sep 30 11:57:20 shadow[24841]: account added to group -
account=jamato, group=wheel, gid=10, by=0
Sep 30 11:57:20 puppetd[24642]: (//Node[mercury]/unixuser/User[jamato]/
groups) groups changed 'dialout,video,wheel' to
'dialout,unixadm,video,wheel'
Using...
class user {
user { 'jamato':
shell => '/bin/bash',
comment => 'Jason Amato',
groups => ['wheel','unixadm'],
ensure => 'present',
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---