From: Silvio Rhatto Date: Sun, 27 Jan 2013 21:06:31 +0000 (-0200) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f8cc437ebe2633f0cdf1a22657461275b2500dce;p=puppet-etherpad.git Syntax fix --- diff --git a/manifests/init.pp b/manifests/init.pp index f8b199b..1cadc5e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,7 @@ class etherpad( $db_password = hiera('etherpad::db_password', ''), $admin_password = hiera('etherpadd::admin_password', ''), - $api_key = hiera('etherpad::api_key, '') + $api_key = hiera('etherpad::api_key', '') ) { case $db_password {