diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:48:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:48:50 -0300 |
commit | ea472eadae666c696063654e3c35baa35aac5d08 (patch) | |
tree | 1ced2801b9f04e4549be248d3b953dd6d6b21fd3 | |
parent | 8baf094eb6bf0cfce3e7ea253b9ff493598e212d (diff) | |
download | puppet-pyroscope-ea472eadae666c696063654e3c35baa35aac5d08.tar.gz puppet-pyroscope-ea472eadae666c696063654e3c35baa35aac5d08.tar.bz2 |
Fix class name
-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 4c18fc0..4cab9dd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,4 @@ -class pysocope( +class pyroscope( $password = hiera('pyroscope::password', '') ) { case $password { |