summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-04 21:46:34 +0200
committervarac <varacanero@zeromail.org>2013-09-04 21:46:34 +0200
commitb482ca211bf3e10a628f40e27a8321af723c51fb (patch)
tree2f7d1c52d870c2505eed12cdf99ccd4fc7e717e5 /manifests
parent91ed349dd079445aefe35052a43840b6df72e65e (diff)
linted
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',