diff options
author | mh <mh@immerda.ch> | 2010-06-28 21:23:27 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-06-28 21:23:27 +0200 |
commit | 4380d21e663fd14f42e89df74131d3d5384b89b8 (patch) | |
tree | f9622736dec597e4c69796f40a4b7ce1e34148bc /manifests/defaults | |
parent | a05aded859c11181a60db71f852ed59260a08a97 (diff) |
whitespace issue
Diffstat (limited to 'manifests/defaults')
-rw-r--r-- | manifests/defaults/host_templates.pp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/defaults/host_templates.pp b/manifests/defaults/host_templates.pp index 699b965..0f47324 100644 --- a/manifests/defaults/host_templates.pp +++ b/manifests/defaults/host_templates.pp @@ -12,12 +12,12 @@ class nagios::defaults::host_templates { process_perf_data => '1', retain_status_information => '1', retain_nonstatus_information => '1', - check_command => 'check-host-alive', - max_check_attempts => '10', - notification_interval => '0', - notification_period => '24x7', - notification_options => 'd,u,r', - contact_groups => 'admins', + check_command => 'check-host-alive', + max_check_attempts => '10', + notification_interval => '0', + notification_period => '24x7', + notification_options => 'd,u,r', + contact_groups => 'admins', register => '0', } |