diff options
author | Micah Anderson <micah@riseup.net> | 2013-03-19 16:59:46 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-03-19 16:59:46 -0400 |
commit | b5018da40c68058ed47286e276ccfbe02b135e8d (patch) | |
tree | 7eb5006874f67b5ce4b90f89c86b6cf0aaecfb61 /puppet | |
parent | fe8085f670eb3bca10c5bb0d9890e00a0d9c59d9 (diff) |
fix missing closing curly brace
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_webapp/manifests/couchdb.pp | 1 |
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']; } +} |