Bugzilla – Bug 917111
Puppet agent does not start after update
Last modified: 2015-03-02 15:43:47 UTC
After updating puppet to version 3.7.3-3.4.1 puppet agent does not start any more. First, the corresponding systemd service file was renamed from "puppetagent.service" to "puppet.service"; one has to manually enable the service again. Additionally, puppet.service is broken: The file contains the entries EnvironmentFile=-/etc/sysconfig/puppet ExecStart=/usr/bin/puppet agent ${PUPPET_EXTRA_OPTS} --no-daemonize When starting puppet agent, ps(1) lists /usr/bin/ruby2.0 /usr/bin/puppet agent --server=${PUPPET_SERVER} --masterport=${PUPPET_PORT} --logdest=${PUPPET_LOG} ${PUPPET_EXTRA_OPTS} --no-daemonize So, puppet agent is not initialized with the information provided in /etc/sysconfig/puppet.
There is already a bug report (with slightly more traffic) here: https://bugzilla.opensuse.org/show_bug.cgi?id=916005 *** This bug has been marked as a duplicate of bug 916005 ***