From da0f686b366140aab3d01c95f37eb655f07f81ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 10 Jun 2019 18:34:53 +0200 Subject: Stop overwriting manage.py --- modules/role/manifests/caldance.pp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/role/manifests/caldance.pp') diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp index d4c8207..1ec51bf 100644 --- a/modules/role/manifests/caldance.pp +++ b/modules/role/manifests/caldance.pp @@ -118,16 +118,6 @@ class role::caldance ( $uwsgi_path = "${home}/virtualenv/bin/uwsgi" $python_path = "${home}/virtualenv/bin/python" - file { "$caldance_app/manage.py": - owner => $user, - group => $group, - mode => "0644", - content => template("role/caldance/manage.py.erb"), - require => [ - User["$user:"], - Archive[ "${home}/caldance_${caldance_version}.tar.gz"], - ], - } file { "$caldance_app/manage": owner => $user, group => $group, -- cgit v1.2.3