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, 1 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 066f429..cbddcf1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,5 @@
class couchdb (
- $admin_pw = '',
+ $admin_pw,
$admin_salt = '',
$bigcouch = false,
$bigcouch_cookie = '',
@@ -8,10 +8,6 @@ class couchdb (
$pwhash_alg = 'sha1' )
{
- if $admin_pw == '' {
- err('Must set admin password by passing a value to the $admin_pw parameter')
- }
-
case $::operatingsystem {
Debian: {
case $::lsbdistcodename {