diff options
author | varac <varacanero@zeromail.org> | 2013-04-24 17:15:36 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-04-24 17:15:36 +0200 |
commit | 037d002bc3e29e8c88018b1a80a96bab0cc354b7 (patch) | |
tree | f36464ac78210f67907fd297b93c55b49ab6d046 /puppet/modules | |
parent | 6f1bfbcca5de5620a3ad9c3076776073b5d7aa20 (diff) |
couchdb.yml.admin is changed on every puppetrun from leap-webapp to root
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_webapp/manifests/couchdb.pp | 4 |
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': |