]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Cleanup cryptoportfolio old file
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 15 May 2018 20:06:46 +0000 (22:06 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 15 May 2018 20:06:46 +0000 (22:06 +0200)
modules/base_installation/manifests/cleanup.pp

index 96aaa6b0a253a39bf07a6298e4f6a98e3e3b9ca5..1b4a9fc5a842fc666bcf512c39ac8e111a36e3a5 100644 (file)
@@ -17,4 +17,9 @@ class base_installation::cleanup inherits base_installation {
   "py-cryptoportfolio-after":
     ensure => absent;
   }
+
+  file { "/home/cryptoportfolio/go/src/immae.eu":
+    ensure => absent,
+    force  => true,
+  }
 }