diff options
author | elijah <elijah@riseup.net> | 2014-01-08 14:21:38 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-08 14:21:38 -0800 |
commit | fe1561855cd7be38190d54913f84bae5ab3c9a4a (patch) | |
tree | aaadc416e531bc34a127f201c1fc0385f3278844 | |
parent | ec080f77f5f4d12d4a67b604a20113a79d22c28a (diff) |
fix webapp couchdb.yml to be couchdb.yml not couchdb.yml.webapp
-rw-r--r-- | puppet/modules/site_webapp/manifests/couchdb.pp | 2 |
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, |