From 7e899eaeace19e1248db6ff2a1e70bb39af5848b Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 9 Mar 2013 21:16:49 +0100 Subject: couchdb init file moved from site_couchdb to couchdb module --- manifests/debian.pp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/debian.pp b/manifests/debian.pp index 14678e2..2a7417e 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -3,5 +3,12 @@ class couchdb::debian inherits couchdb::base { package {'libjs-jquery': ensure => present, } - + file {'/etc/init.d/couchdb': + source => [ 'puppet:///modules/site_couchdb/Debian/couchdb', + 'puppet:///modules/couchdb/Debian/couchdb' ], + mode => '0755', + owner => 'root', + group => 'root', + require => Package['couchdb'] + } } -- cgit v1.2.3