summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/couchdb.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 16:42:17 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 16:42:17 -0400
commit61ee35e9210bc771f059ebf227512668c21b62b5 (patch)
tree29d447dcd47d298519b0a6be7fde85f016e5a301 /puppet/modules/site_webapp/manifests/couchdb.pp
parent78cd7a3a6e098448efa9e8623d1bc5c81d7a393a (diff)
make sure the couchdb.yml permissions are set properly
Diffstat (limited to 'puppet/modules/site_webapp/manifests/couchdb.pp')
-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 50c6f9d7..6fe144a4 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 => leap-webapp,
- group => leap-webapp,
+ owner => root,
+ group => root,
mode => '0600';
'/srv/leap-webapp/config/couchdb.yml.webapp':