]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/base_installation/manifests/cleanup.pp
Revert "Cleanup cryptoportfolio old file"
[perso/Immae/Projets/Puppet.git] / modules / base_installation / manifests / cleanup.pp
index 1b4a9fc5a842fc666bcf512c39ac8e111a36e3a5..96aaa6b0a253a39bf07a6298e4f6a98e3e3b9ca5 100644 (file)
@@ -17,9 +17,4 @@ class base_installation::cleanup inherits base_installation {
   "py-cryptoportfolio-after":
     ensure => absent;
   }
-
-  file { "/home/cryptoportfolio/go/src/immae.eu":
-    ensure => absent,
-    force  => true,
-  }
 }