From: Silvio Rhatto Date: Sat, 13 Apr 2013 15:10:50 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fe143b70ef9f2a9bb7e4c6f816b1c4a10cc62cfa;p=puppet-pyroscope.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index c06db0d..ba04d21 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,4 @@ -class pysocope($password = hiera('pyroscope::password' = '')) { +class pysocope($password = hiera('pyroscope::password', '')) { case $password { '': { fail("You need to define torrent user password! Please set pyroscope::password in your config") } }