aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-15 22:08:45 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-05-15 22:08:45 +0200
commit724d165cc93acbebfaf662a80f6bc6bb3c689ce0 (patch)
tree38c6af4c887f8c07c4d7fc3d25d2786718448ba7 /modules/base_installation
parent020e144eb61420a59b1c11db2fcab4a292dbaf5b (diff)
downloadPuppet-724d165cc93acbebfaf662a80f6bc6bb3c689ce0.tar.gz
Puppet-724d165cc93acbebfaf662a80f6bc6bb3c689ce0.tar.zst
Puppet-724d165cc93acbebfaf662a80f6bc6bb3c689ce0.zip
Revert "Cleanup cryptoportfolio old file"
This reverts commit 020e144eb61420a59b1c11db2fcab4a292dbaf5b.
Diffstat (limited to 'modules/base_installation')
-rw-r--r--modules/base_installation/manifests/cleanup.pp5
1 files changed, 0 insertions, 5 deletions
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 {
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 }
25} 20}