summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index f6502f2..afbda8d 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -11,8 +11,8 @@ class puppet::linux inherits puppet::base {
file{'/etc/cron.d/puppetd.cron':
- source => [ "puppet://$server/puppet/cron.d/puppetd.${operatingsystem}",
- "puppet://$server/puppet/cron.d/puppetd" ],
+ source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}",
+ "puppet://$server/modules/puppet/cron.d/puppetd" ],
owner => root, group => 0, mode => 0644;
}
}