diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 19:06:31 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 19:06:31 -0200 |
| commit | f8cc437ebe2633f0cdf1a22657461275b2500dce (patch) | |
| tree | d571b11c4c0a561e12a84db5d9a4012b98313e5a | |
| parent | 4d338f410af8d2e3d0431ea8c30968bdaf7278f2 (diff) | |
| download | puppet-etherpad-f8cc437ebe2633f0cdf1a22657461275b2500dce.tar.gz puppet-etherpad-f8cc437ebe2633f0cdf1a22657461275b2500dce.tar.bz2 | |
Syntax fix
| -rw-r--r-- | manifests/init.pp | 2 |
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 { |
