From: Ismaƫl Bouya Date: Tue, 9 Aug 2016 23:36:08 +0000 (+0200) Subject: Make cronie only 'present' X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=3b0f154d7fb685939b031dba0f141f37321d8da8;p=perso%2FImmae%2FProjets%2FPuppet.git Make cronie only 'present' --- 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 { group => root, } package { 'cronie': - ensure => 'latest', + ensure => 'present', } cron { 'puppet-apply': ensure => present,