From b482ca211bf3e10a628f40e27a8321af723c51fb Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 4 Sep 2013 21:46:34 +0200 Subject: linted --- manifests/debian.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests') 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', -- cgit v1.2.3