From f8cc437ebe2633f0cdf1a22657461275b2500dce Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 Jan 2013 19:06:31 -0200 Subject: Syntax fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3