aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:34:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:34:02 -0300
commit8baf094eb6bf0cfce3e7ea253b9ff493598e212d (patch)
tree21de713ab1b8f03d2990d0f749e2676b72922d72 /manifests
parentfe143b70ef9f2a9bb7e4c6f816b1c4a10cc62cfa (diff)
downloadpuppet-pyroscope-8baf094eb6bf0cfce3e7ea253b9ff493598e212d.tar.gz
puppet-pyroscope-8baf094eb6bf0cfce3e7ea253b9ff493598e212d.tar.bz2
Coding style
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
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") }
}