diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-03 21:46:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-03 21:46:51 -0300 |
commit | 5519dc0f0a784fa9699e414053a07d5c3d12993a (patch) | |
tree | 26636e506e77227a31e2188017df6dbb6227b224 | |
parent | fed9f9256253b7f711689b7c544127453988a3b1 (diff) | |
download | puppet-nodo-5519dc0f0a784fa9699e414053a07d5c3d12993a.tar.gz puppet-nodo-5519dc0f0a784fa9699e414053a07d5c3d12993a.tar.bz2 |
Fix: disable pyroscope
-rw-r--r-- | manifests/role/nas.pp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 6f3a800..27d06bd 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -307,9 +307,10 @@ class nodo::role::nas( # $torrent = lookup('nodo::role::nas::torrent', undef, undef, false) - if $torrent == true { - include pyroscope - } + # Pyroscope not being managed right now + #if $torrent == true { + # include pyroscope + #} # # DAAP |