From: Ismaƫl Bouya Date: Tue, 15 May 2018 20:07:15 +0000 (+0200) Subject: Merge branch 'dev' X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b39dbce2f3127b0f4117d6dd961428370223261d;hp=e95c59aa9bf09f4f277e17792f4bee57c4c9a2bd;p=perso%2FImmae%2FProjets%2FPuppet.git Merge branch 'dev' --- diff --git a/modules/base_installation/manifests/cleanup.pp b/modules/base_installation/manifests/cleanup.pp index 96aaa6b..1b4a9fc 100644 --- a/modules/base_installation/manifests/cleanup.pp +++ b/modules/base_installation/manifests/cleanup.pp @@ -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, + } }