summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/debian.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index e55ad48..535551a 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -5,8 +5,9 @@ class couchdb::debian inherits couchdb::base {
}
file { '/etc/init.d/couchdb':
- source => [ 'puppet:///modules/site_couchdb/Debian/couchdb',
- 'puppet:///modules/couchdb/Debian/couchdb' ],
+ source => [
+ 'puppet:///modules/site_couchdb/Debian/couchdb',
+ 'puppet:///modules/couchdb/Debian/couchdb' ],
mode => '0755',
owner => 'root',
group => 'root',