diff options
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index 4b16d4e..38b2a13 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -9,7 +9,10 @@ class nodo::physical inherits nodo { include ups include utils::physical include smartmontools - include nagios::target + + if $use_nagios != false { + include nagios::target + } # Time configuration case $ntpdate { |