aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-10 01:36:08 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-10 01:36:08 +0200
commit3b0f154d7fb685939b031dba0f141f37321d8da8 (patch)
tree7a9f61eef6cef0a0aa468789b11ca11077d8ce39
parent8ed6fb29b46bbac3f28adc0d0918a71b6a694322 (diff)
downloadPuppet-3b0f154d7fb685939b031dba0f141f37321d8da8.tar.gz
Puppet-3b0f154d7fb685939b031dba0f141f37321d8da8.tar.zst
Puppet-3b0f154d7fb685939b031dba0f141f37321d8da8.zip
Make cronie only 'present'
-rw-r--r--modules/cron_puppet/manifests/init.pp2
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,