X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fbase_installation%2Fmanifests%2Fcleanup.pp;h=61a9c8c5b2bce32d6bb344d7e18fa8df5a6723ca;hb=a7b985dd3cc4af68875733eb135335a31504f472;hp=96aaa6b0a253a39bf07a6298e4f6a98e3e3b9ca5;hpb=2859008efe8f0a75344c7ba1c9c6e4d589f92da3;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/base_installation/manifests/cleanup.pp b/modules/base_installation/manifests/cleanup.pp index 96aaa6b..61a9c8c 100644 --- a/modules/base_installation/manifests/cleanup.pp +++ b/modules/base_installation/manifests/cleanup.pp @@ -1,20 +1,4 @@ class base_installation::cleanup inherits base_installation { # This class contains temporary classes used to cleanup old stuff # after refactoring - - cron { "puppet-pull-apply": - ensure => absent; - "puppet-apply": - ensure => absent; - "puppet-apply-reboot": - ensure => absent; - "pacman_keys": - ensure => absent; - "backup": - ensure => absent; - "py-cryptoportfolio-before": - ensure => absent; - "py-cryptoportfolio-after": - ensure => absent; - } }