summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-10 18:33:55 +0100
committervarac <varacanero@zeromail.org>2013-03-10 18:33:55 +0100
commit659e3604a310029000c9db8774c7caba70a3e291 (patch)
tree9e21cf4d4e69e4b7b104ec8afbd908161429b930 /manifests/init.pp
parent7793c80224dbe0f1baf33075bf7396b11aeb229d (diff)
mostly finished bigcouch support
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
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 }
}
+
}