Hi, I have a puppet module which is relatively simple; it just defines a couple of packages (puppet & facter) and a couple of files (/etc/puppet/puppet.conf, /etc/puppet/namespaceauth.conf and /etc/puppet/auth.conf) and a service (puppet), which is subscribed to the puppet package and the 3 config files.
I changed auth.conf and then witnessed all of the puppet agents pick the apply the change, then got this in the logs: puppet-agent[6139]: Caught TERM; calling stop At this point, the puppet agent has obviously died, and I have to ssh on to the boxes to kick it back off again. Other services seem to restart fine on a config file change; is there something special about the puppet service that it issuing the equivalent of 'service puppet restart' doesn't actually work? I'm using puppet-2.7.17 in case it matters. Thanks, Matt. -- 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.
