From 659e3604a310029000c9db8774c7caba70a3e291 Mon Sep 17 00:00:00 2001 From: varac Date: Sun, 10 Mar 2013 18:33:55 +0100 Subject: mostly finished bigcouch support --- manifests/init.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 1a1646d..25a0cde 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,7 @@ -class couchdb { +class couchdb ( + $admin_pw, + $bigcouch = false, + $bigcouch_cookie = '' ) { case $::operatingsystem { Debian: { case $::lsbdistcodename { @@ -8,4 +11,5 @@ class couchdb { } RedHat: { include couchdb::redhat } } + } -- cgit v1.2.3