summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-12 09:47:07 +0000
committermh <mh@immerda.ch>2008-05-12 09:47:07 +0000
commit2a66d0b5521c5917bb1c4a694f1c124f18faf605 (patch)
treea54912538be0f9eeb60d5cacb6f4f282c1f09b65 /manifests/init.pp
parenta4fba66414f2d82e89c6001ba087caed32f97122 (diff)
moved nagios config to files, due t the legacy stuff
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6388b4a..b0b7b53 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -91,17 +91,6 @@ class nagios::base {
mode => 0644, owner => root, group => 0;
}
- # old way of commands to not break the current config
- # TODO: integrate these commands into native nagios types
- file{ "/etc/nagios/legacy/":
- source => "puppet://$server/files/nagios/legacy",
- ensure => directory,
- recurse => true,
- purge => true,
- notify => Service[nagios],
- mode => 0755, owner => root, group => 0;
- }
-
nagios::command{
ssh_port:
command_line => '$USER1$/check_ssh -p $ARG1$ $HOSTADDRESS$';