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