diff options
Diffstat (limited to 'manifests/puppet.pp')
-rw-r--r-- | manifests/puppet.pp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/manifests/puppet.pp b/manifests/puppet.pp index b783e99..8000f47 100644 --- a/manifests/puppet.pp +++ b/manifests/puppet.pp @@ -21,21 +21,4 @@ class puppet { recurse => inf, require => User["puppet"], } - - file { "/usr/local/sbin/check-puppetd.sh": - source => "puppet://$server/modules/puppet/check-puppetd.sh", - owner => "puppet", - group => "puppet", - mode => 0755, - ensure => present, - } - - cron { "puppetd-check": - command => "/usr/local/sbin/check-puppetd.sh &> /dev/null", - user => root, - hour => "*/1", - minute => "0", - require => File["/usr/local/sbin/check-puppetd.sh"], - ensure => present, - } } |