From: Ismaƫl Bouya Date: Tue, 15 May 2018 20:06:46 +0000 (+0200) Subject: Cleanup cryptoportfolio old file X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=020e144eb61420a59b1c11db2fcab4a292dbaf5b Cleanup cryptoportfolio old file --- 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, + } }