Skip to content

Commit

Permalink
Do not export nagios_contact and nagios_contactgroup, makes only sens…
Browse files Browse the repository at this point in the history
…e on a designated server locally

Signed-off-by: Christophe Vanlancker <[email protected]>
  • Loading branch information
carroarmato0 authored and arioch committed Feb 13, 2014
1 parent adc4ab0 commit 972d6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/group.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$group = $::icinga::server_group

if $::icinga::server {
@@nagios_contactgroup { $name:
nagios_contactgroup { $name:
ensure => $ensure,
contactgroup_name => $contactgroup_name,
contactgroup_members => $contactgroup_members,
Expand Down
2 changes: 1 addition & 1 deletion manifests/user.pp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
}

@@nagios_contact { $name:
nagios_contact { $name:
ensure => $ensure,
can_submit_commands => $can_submit_commands,
contact_name => $contact_name,
Expand Down

0 comments on commit 972d6ec

Please sign in to comment.