From 020e144eb61420a59b1c11db2fcab4a292dbaf5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 15 May 2018 22:06:46 +0200 Subject: [PATCH] Cleanup cryptoportfolio old file --- modules/base_installation/manifests/cleanup.pp | 5 +++++ 1 file changed, 5 insertions(+) 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, + } } -- 2.41.0