summaryrefslogtreecommitdiff
path: root/puppet
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-24 17:15:36 +0200
committervarac <varacanero@zeromail.org>2013-04-24 17:15:36 +0200
commit037d002bc3e29e8c88018b1a80a96bab0cc354b7 (patch)
treef36464ac78210f67907fd297b93c55b49ab6d046 /puppet
parent6f1bfbcca5de5620a3ad9c3076776073b5d7aa20 (diff)
couchdb.yml.admin is changed on every puppetrun from leap-webapp to root
Diffstat (limited to 'puppet')
-rw-r--r--puppet/modules/site_webapp/manifests/couchdb.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_webapp/manifests/couchdb.pp b/puppet/modules/site_webapp/manifests/couchdb.pp
index 840bb12e..2062a267 100644
--- a/puppet/modules/site_webapp/manifests/couchdb.pp
+++ b/puppet/modules/site_webapp/manifests/couchdb.pp
@@ -27,8 +27,8 @@ class site_webapp::couchdb {
file {
'/srv/leap-webapp/config/couchdb.yml.admin':
content => template('site_webapp/couchdb.yml.admin.erb'),
- owner => root,
- group => root,
+ owner => leap_webapp,
+ group => leap_webapp,
mode => '0600';
'/srv/leap-webapp/config/couchdb.yml.webapp':