From 5519dc0f0a784fa9699e414053a07d5c3d12993a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 3 Jul 2024 21:46:51 -0300 Subject: Fix: disable pyroscope --- manifests/role/nas.pp | 7 ++++--- 1 file 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 -- cgit v1.2.3