From 6b537bb77dbfaa754b88e64041ecd57e7f7544a9 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 4 Apr 2013 15:23:43 -0400 Subject: fix syntax error --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 4bd8335..f8639f1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,7 @@ class couchdb ( $admin_pw = '', $bigcouch = false, $bigcouch_cookie = '', $ednp_port = '9001' ) { - if $admin_pw = '' { + if $admin_pw == '' { err('Must set admin password by passing a value to the $admin_pw parameter') } -- cgit v1.2.3