diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/base_installation/manifests/cleanup.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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 { | |||
17 | "py-cryptoportfolio-after": | 17 | "py-cryptoportfolio-after": |
18 | ensure => absent; | 18 | ensure => absent; |
19 | } | 19 | } |
20 | |||
21 | file { "/home/cryptoportfolio/go/src/immae.eu": | ||
22 | ensure => absent, | ||
23 | force => true, | ||
24 | } | ||
20 | } | 25 | } |