aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-15 22:07:15 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-15 22:07:15 +0200
commitb39dbce2f3127b0f4117d6dd961428370223261d (patch)
treefdbd92c0d2e804760f4ea63c7400d8ad4776ed8f
parente95c59aa9bf09f4f277e17792f4bee57c4c9a2bd (diff)
parent020e144eb61420a59b1c11db2fcab4a292dbaf5b (diff)
downloadPuppet-b39dbce2f3127b0f4117d6dd961428370223261d.tar.gz
Puppet-b39dbce2f3127b0f4117d6dd961428370223261d.tar.zst
Puppet-b39dbce2f3127b0f4117d6dd961428370223261d.zip
Merge branch 'dev'
-rw-r--r--modules/base_installation/manifests/cleanup.pp5
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}