summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/couchdb.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-27 16:02:44 -0500
committerMicah Anderson <micah@riseup.net>2012-11-27 16:02:44 -0500
commita706fff9f79d6f57eff4ec238c3f316c33ae278a (patch)
tree5401b43734283fb2a715dfb404f7b193b6d95687 /puppet/modules/site_webapp/manifests/couchdb.pp
parent77368affb8773cf91755f47e25c378c7472fb50b (diff)
fix location of couchdb.yml template
Diffstat (limited to 'puppet/modules/site_webapp/manifests/couchdb.pp')
-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 caa4f19b..38057bf6 100644
--- a/puppet/modules/site_webapp/manifests/couchdb.pp
+++ b/puppet/modules/site_webapp/manifests/couchdb.pp
@@ -7,7 +7,7 @@ class site_webapp::couchdb {
file {
'/srv/leap-webapp/config/couchdb.yml':
- content => template('couchdb.yml.erb'),
+ content => template('site_webapp/couchdb.yml.erb'),
owner => leap-webapp,
group => leap-webapp,
mode => '0600';