diff options
-rw-r--r-- | modules/cron_puppet/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cron_puppet/manifests/init.pp b/modules/cron_puppet/manifests/init.pp index b1d7e01..1756a06 100644 --- a/modules/cron_puppet/manifests/init.pp +++ b/modules/cron_puppet/manifests/init.pp | |||
@@ -8,7 +8,7 @@ class cron_puppet { | |||
8 | group => root, | 8 | group => root, |
9 | } | 9 | } |
10 | package { 'cronie': | 10 | package { 'cronie': |
11 | ensure => 'latest', | 11 | ensure => 'present', |
12 | } | 12 | } |
13 | cron { 'puppet-apply': | 13 | cron { 'puppet-apply': |
14 | ensure => present, | 14 | ensure => present, |