]> gitweb.fluxo.info Git - puppet-pyroscope.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 15:10:50 +0000 (12:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 15:10:50 +0000 (12:10 -0300)
manifests/init.pp

index c06db0db8bd5cc2a48e0a2e069595d7874ddd140..ba04d21e7df76323be15a0d5af0cd0f8f38fa074 100644 (file)
@@ -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") }
   }