diff options
Diffstat (limited to 'modules/role/manifests/caldance.pp')
-rw-r--r-- | modules/role/manifests/caldance.pp | 10 |
1 files changed, 0 insertions, 10 deletions
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 ( | |||
118 | 118 | ||
119 | $uwsgi_path = "${home}/virtualenv/bin/uwsgi" | 119 | $uwsgi_path = "${home}/virtualenv/bin/uwsgi" |
120 | $python_path = "${home}/virtualenv/bin/python" | 120 | $python_path = "${home}/virtualenv/bin/python" |
121 | file { "$caldance_app/manage.py": | ||
122 | owner => $user, | ||
123 | group => $group, | ||
124 | mode => "0644", | ||
125 | content => template("role/caldance/manage.py.erb"), | ||
126 | require => [ | ||
127 | User["$user:"], | ||
128 | Archive[ "${home}/caldance_${caldance_version}.tar.gz"], | ||
129 | ], | ||
130 | } | ||
131 | file { "$caldance_app/manage": | 121 | file { "$caldance_app/manage": |
132 | owner => $user, | 122 | owner => $user, |
133 | group => $group, | 123 | group => $group, |