aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 12:10:50 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 12:10:50 -0300
commitfe143b70ef9f2a9bb7e4c6f816b1c4a10cc62cfa (patch)
tree1b590528978bb7dd38417a85f6e300bd8e25c4f6 /manifests
parent5ab9c19c8e45a067ee0880e4148b2f1492e152f7 (diff)
downloadpuppet-pyroscope-fe143b70ef9f2a9bb7e4c6f816b1c4a10cc62cfa.tar.gz
puppet-pyroscope-fe143b70ef9f2a9bb7e4c6f816b1c4a10cc62cfa.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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") }
}