From 83694da6825dfc14c7003a4074c668ca6d9eddfd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 13 May 2019 16:44:43 +0200 Subject: [PATCH] Revert symlink creation for caldance --- modules/role/manifests/caldance.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index 7f17c10..5bc3912 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp @@ -114,14 +114,6 @@ class role::caldance ( require => [User["$user:"], File["$caldance_app/manage.py"]], refreshonly => true, } ~> - exec { "py-symlink-file": - cwd => $caldance_app, - user => $user, - environment => concat(["HOME=${home}"], $shell_env), - command => "/usr/bin/ln -sf ${home}/media www/media", - require => [User["$user:"], File["$caldance_app/manage.py"]], - refreshonly => true, - } ~> exec { "reload httpd": command => "/usr/bin/systemctl reload httpd", require => [User["$user:"], File["$caldance_app/manage.py"]], -- 2.41.0