From 2a66d0b5521c5917bb1c4a694f1c124f18faf605 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 12 May 2008 09:47:07 +0000 Subject: moved nagios config to files, due t the legacy stuff --- manifests/init.pp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'manifests/init.pp') 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$'; -- cgit v1.2.3