summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-08 14:21:38 -0800
committerelijah <elijah@riseup.net>2014-01-08 14:21:38 -0800
commitfe1561855cd7be38190d54913f84bae5ab3c9a4a (patch)
treeaaadc416e531bc34a127f201c1fc0385f3278844
parentec080f77f5f4d12d4a67b604a20113a79d22c28a (diff)
fix webapp couchdb.yml to be couchdb.yml not couchdb.yml.webapp
-rw-r--r--puppet/modules/site_webapp/manifests/couchdb.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_webapp/manifests/couchdb.pp b/puppet/modules/site_webapp/manifests/couchdb.pp
index 7f6ebbc6..ff743fba 100644
--- a/puppet/modules/site_webapp/manifests/couchdb.pp
+++ b/puppet/modules/site_webapp/manifests/couchdb.pp
@@ -14,7 +14,7 @@ class site_webapp::couchdb {
include x509::variables
file {
- '/srv/leap/webapp/config/couchdb.yml.webapp':
+ '/srv/leap/webapp/config/couchdb.yml':
content => template('site_webapp/couchdb.yml.erb'),
owner => leap-webapp,
group => leap-webapp,