]> gitweb.fluxo.info Git - puppet-pyroscope.git/commitdiff
Coding style
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:34:02 +0000 (13:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:34:02 +0000 (13:34 -0300)
manifests/init.pp

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