]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/base_installation/manifests/cleanup.pp
Remove cleanup files
[perso/Immae/Projets/Puppet.git] / modules / base_installation / manifests / cleanup.pp
index 96aaa6b0a253a39bf07a6298e4f6a98e3e3b9ca5..61a9c8c5b2bce32d6bb344d7e18fa8df5a6723ca 100644 (file)
@@ -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;
-  }
 }