diff options
Diffstat (limited to 'manifests/subsystem')
| -rw-r--r-- | manifests/subsystem/monitor/master.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index 9056359..ea3d610 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -7,7 +7,7 @@ class nodo::subsystem::monitor::master {      require => Package['nagios'],    } -  $main   = hiera('nodo::role::master::main',        false) +  $main   = hiera('nodo::role::master::main', false)    $ensure = $main ? {      true    => 'present',      default => 'absent', | 
