summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-11-28 09:54:37 -0500
committerMicah Anderson <micah@leap.se>2013-11-28 09:54:37 -0500
commit7f59d8c7f5a41125c17271b1cd55118dafa52151 (patch)
tree4bcc9cf137cfbc6bf1e98f44787a3fe5c01be224 /puppet/modules/site_webapp/templates
parentbf563b722126c0e6ae1d8f2f830be03e006664a1 (diff)
remove admin access from webapp
Change-Id: Ib2ce0d38a8e4dd30ae6842bfb5579d9c3dd10f18
Diffstat (limited to 'puppet/modules/site_webapp/templates')
-rw-r--r--puppet/modules/site_webapp/templates/couchdb.yml.admin.erb9
1 files changed, 0 insertions, 9 deletions
diff --git a/puppet/modules/site_webapp/templates/couchdb.yml.admin.erb b/puppet/modules/site_webapp/templates/couchdb.yml.admin.erb
deleted file mode 100644
index a0921add..00000000
--- a/puppet/modules/site_webapp/templates/couchdb.yml.admin.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-production:
- prefix: ""
- protocol: 'http'
- host: <%= @couchdb_host %>
- port: <%= @couchdb_port %>
- auto_update_design_doc: false
- username: <%= @couchdb_admin_user %>
- password: <%= @couchdb_admin_password %>
-