]> gitweb.fluxo.info Git - puppet-etherpad.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Jan 2013 21:06:31 +0000 (19:06 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Jan 2013 21:06:31 +0000 (19:06 -0200)
manifests/init.pp

index f8b199bd2f0376fdec7a280d82fd7b9711bc3ee4..1cadc5e732c98f672358fc8603a4a5b8a9795457 100644 (file)
@@ -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 {