summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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 }
}
+
}