Displaying 1 result from an estimated 1 matches for "update_puppetmaster".
2008 Apr 02
1
service won't restart puppetd
...tion of ''/etc/init.d/puppet stop'' returned
256."
Otherwise the output I get in logs is that puppetd has been restarted.
But the PID doesn''t change. Anyone have any ideas on this one?
This occurs using 0.2.4 on RHEL5.
Thanks,
Kent
exec { "update_puppetmaster":
command => "/usr/bin/yum -y update
puppet-server puppet facter",
onlyif => "/root/bin/yum_repo_check.sh",
}
# restart puppet-server and puppetd if exec runs...