diff options
Diffstat (limited to 'modules/role/manifests/cryptoportfolio/front.pp')
-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, |