From 30398146729508903e7846daa2fed951cfdcf5fd Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 11 Feb 2011 11:33:14 -0500 Subject: fix name of cronjob for generic linux --- manifests/linux.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/linux.pp b/manifests/linux.pp index a89e1cb..8f98ea4 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -14,7 +14,7 @@ class puppet::linux inherits puppet::base { require => Package[puppet], } - file { '/etc/cron.d/puppetd': + file { '/etc/cron.d/puppetd.cron': source => [ "puppet:///modules/site-puppet/cron.d/puppetd", "puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}", "puppet:///modules/puppet/cron.d/puppetd" ], -- cgit v1.2.3