diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-15 22:16:26 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-05-15 22:16:26 +0200 |
commit | 6df406c7ff4371e2f6be693082f41af0782f66fd (patch) | |
tree | 3f83b53230a61776851f0a680e83afff1da7fc2a /modules | |
parent | 4ec4cf92d44d597a15326c2901b1504b14565505 (diff) | |
parent | cc54396280acf37ee5bd5b2ddf75c6cc97ed1c05 (diff) | |
download | Puppet-6df406c7ff4371e2f6be693082f41af0782f66fd.tar.gz Puppet-6df406c7ff4371e2f6be693082f41af0782f66fd.tar.zst Puppet-6df406c7ff4371e2f6be693082f41af0782f66fd.zip |
Merge branch 'dev'
Diffstat (limited to 'modules')
-rw-r--r-- | modules/role/manifests/cryptoportfolio/front.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/role/manifests/cryptoportfolio/front.pp b/modules/role/manifests/cryptoportfolio/front.pp index cf73a27..0aa419f 100644 --- a/modules/role/manifests/cryptoportfolio/front.pp +++ b/modules/role/manifests/cryptoportfolio/front.pp | |||
@@ -33,6 +33,13 @@ class role::cryptoportfolio::front inherits role::cryptoportfolio { | |||
33 | require => User["$user:"], | 33 | require => User["$user:"], |
34 | } | 34 | } |
35 | 35 | ||
36 | # Cleanup of old directories | ||
37 | file { "${home}/go/src/immae.eu": | ||
38 | ensure => "absent", | ||
39 | force => true, | ||
40 | backup => false, | ||
41 | } | ||
42 | |||
36 | file { "${home}/front": | 43 | file { "${home}/front": |
37 | ensure => "link", | 44 | ensure => "link", |
38 | target => $cf_front_app, | 45 | target => $cf_front_app, |