From: Silvio Rhatto Date: Sat, 13 Apr 2013 16:34:02 +0000 (-0300) Subject: Coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8baf094eb6bf0cfce3e7ea253b9ff493598e212d;p=puppet-pyroscope.git Coding style --- diff --git a/manifests/init.pp b/manifests/init.pp index ba04d21..4c18fc0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,6 @@ -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") } }