]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/base_installation/manifests/cleanup.pp
Merge branch 'dev'
[perso/Immae/Projets/Puppet.git] / modules / base_installation / manifests / cleanup.pp
index 1b4a9fc5a842fc666bcf512c39ac8e111a36e3a5..61a9c8c5b2bce32d6bb344d7e18fa8df5a6723ca 100644 (file)
@@ -1,25 +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;
-  }
-
-  file { "/home/cryptoportfolio/go/src/immae.eu":
-    ensure => absent,
-    force  => true,
-  }
 }