summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-27 19:06:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-27 19:06:31 -0200
commitf8cc437ebe2633f0cdf1a22657461275b2500dce (patch)
treed571b11c4c0a561e12a84db5d9a4012b98313e5a
parent4d338f410af8d2e3d0431ea8c30968bdaf7278f2 (diff)
downloadpuppet-etherpad-f8cc437ebe2633f0cdf1a22657461275b2500dce.tar.gz
puppet-etherpad-f8cc437ebe2633f0cdf1a22657461275b2500dce.tar.bz2
Syntax fix
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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 {