From: Ismaƫl Bouya Date: Tue, 15 May 2018 20:08:27 +0000 (+0200) Subject: Revert "Cleanup cryptoportfolio old file" X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=4ec4cf92d44d597a15326c2901b1504b14565505 Revert "Cleanup cryptoportfolio old file" This reverts commit 020e144eb61420a59b1c11db2fcab4a292dbaf5b. --- diff --git a/modules/base_installation/manifests/cleanup.pp b/modules/base_installation/manifests/cleanup.pp index 1b4a9fc..96aaa6b 100644 --- a/modules/base_installation/manifests/cleanup.pp +++ b/modules/base_installation/manifests/cleanup.pp @@ -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, - } }