diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:40:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:40:49 -0300 |
commit | e7507cb7ff05bedbc5047d8f28d14d4ff09e3acc (patch) | |
tree | 6a26a90d3c46dc6bedbd9cd8a575e0e4f77efca2 /manifests | |
parent | 5db2bcbbc1e9c85890909e7e4250e99c07c48fd5 (diff) | |
download | puppet-nodo-e7507cb7ff05bedbc5047d8f28d14d4ff09e3acc.tar.gz puppet-nodo-e7507cb7ff05bedbc5047d8f28d14d4ff09e3acc.tar.bz2 |
Update class inclusion
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/personal.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/personal.pp b/manifests/personal.pp index b07304f..8d14f1e 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -15,7 +15,7 @@ class nodo::personal { } # Monitoring - class { 'monitor': + class { 'nodo::subsystem::monitor': type => 'personal', use_nagios => hiera('nodo::personal::use_nagios', false), } |