diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:22:49 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:22:49 -0200 | 
| commit | 9c4dacfb6e0d437bbad422332c836481c067efd2 (patch) | |
| tree | 30765e6e854336d7f1199a3a32714c99b0e980f1 /manifests/host.pp | |
| parent | 59040148cccdb53f71ae99b36a2442c5970d45ac (diff) | |
| download | puppet-nodo-9c4dacfb6e0d437bbad422332c836481c067efd2.tar.gz puppet-nodo-9c4dacfb6e0d437bbad422332c836481c067efd2.tar.bz2  | |
Changing hiera parameters
Diffstat (limited to 'manifests/host.pp')
| -rw-r--r-- | manifests/host.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index 0d27d7a..2762e91 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -21,7 +21,7 @@ class nodo::host inherits nodo {    if !defined('monitor') {      class { 'monitor':        type       => 'host', -      use_nagios => hiera('host_use_nagios', True), +      use_nagios => hiera('nodo::host::use_nagios', True),      }    }  | 
