diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2010-05-13 10:14:53 -0400 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2010-05-13 10:14:53 -0400 |
commit | 79cc286c7249e39f633f422390b5ab79d72f89dd (patch) | |
tree | 14a396915ba4480b116dd62034df385d2b8b2a49 /manifests | |
parent | 3942522b20256cf5e76118d2888917247352e388 (diff) |
fix include namespaces
Diffstat (limited to 'manifests')
-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 ebbedcb..f9e2ea6 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -10,13 +10,13 @@ class puppet::linux inherits puppet::base { ensure => $facter_ensure_version, } - # package bc needed for cron + # package bc needed for cron job include bc Service['puppet']{ require => Package[puppet], } - include cron + include ::cron file{'/etc/cron.d/puppetd.cron': source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}", |