aboutsummaryrefslogtreecommitdiff
path: root/manifests/physical.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-07 21:52:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-07 21:52:48 -0300
commit4cd99a3ed806b6bc8904a2029197b1f68dbd3d3a (patch)
tree2b71642148a78dc8c124015b6fed6d09b454d0b4 /manifests/physical.pp
parent3c41c630e12d91187b11c8facee3032691cf3ee5 (diff)
downloadpuppet-nodo-4cd99a3ed806b6bc8904a2029197b1f68dbd3d3a.tar.gz
puppet-nodo-4cd99a3ed806b6bc8904a2029197b1f68dbd3d3a.tar.bz2
Introducing $use_nagios
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r--manifests/physical.pp5
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 {