Displaying 1 result from an estimated 1 matches for "yum_repo_check".
2008 Apr 02
1
service won't restart puppetd
...nyone 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
service { ["puppet", "puppetmaster"]:
ensure => running,
subscribe => Exec["update_puppetmaster...