diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/monitor.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor.pp b/manifests/subsystem/monitor.pp index 194af53..981bf19 100644 --- a/manifests/subsystem/monitor.pp +++ b/manifests/subsystem/monitor.pp @@ -14,7 +14,7 @@ class nodo::subsystem::monitor( default => $check_command, } - class{ 'nagios::target': + class { 'nagios::target': address => $address, check_command => $command, } |