summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/couchdb.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-03-19 16:59:46 -0400
committerMicah Anderson <micah@riseup.net>2013-03-19 16:59:46 -0400
commitb5018da40c68058ed47286e276ccfbe02b135e8d (patch)
tree7eb5006874f67b5ce4b90f89c86b6cf0aaecfb61 /puppet/modules/site_webapp/manifests/couchdb.pp
parentfe8085f670eb3bca10c5bb0d9890e00a0d9c59d9 (diff)
fix missing closing curly brace
Diffstat (limited to 'puppet/modules/site_webapp/manifests/couchdb.pp')
-rw-r--r--puppet/modules/site_webapp/manifests/couchdb.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_webapp/manifests/couchdb.pp b/puppet/modules/site_webapp/manifests/couchdb.pp
index 820cc1d2..1d847ca1 100644
--- a/puppet/modules/site_webapp/manifests/couchdb.pp
+++ b/puppet/modules/site_webapp/manifests/couchdb.pp
@@ -38,3 +38,4 @@ class site_webapp::couchdb {
require => Exec['bundler_update'],
notify => Service['apache'];
}
+}