diff options
Diffstat (limited to 'manifests/init.pp')
-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 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") } } |