From a01d979d414e8ee41829a1cea0c78b830cf07085 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 27 Nov 2010 08:18:36 -0500 Subject: add site-puppet cron.d/puppet source --- manifests/linux.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/linux.pp b/manifests/linux.pp index f1f89b4..cf79e00 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -22,7 +22,8 @@ class puppet::linux inherits puppet::base { } file { '/etc/cron.d/puppetd.cron': - source => [ "puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}", + source => [ "puppet:///modules/site-puppet/cron.d/puppetd", + "puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}", "puppet:///modules/puppet/cron.d/puppetd" ], owner => root, group => 0, mode => 0644, } -- cgit v1.2.3