From f0da4e84fb0025e1744677871bb99f30625851d2 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 8 Dec 2009 13:01:09 -0500 Subject: remove command wrapper (use native type instead) and commands.pp (now in nagios::defaults::commands) --- manifests/command.pp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 manifests/command.pp (limited to 'manifests/command.pp') diff --git a/manifests/command.pp b/manifests/command.pp deleted file mode 100644 index 066189c..0000000 --- a/manifests/command.pp +++ /dev/null @@ -1,11 +0,0 @@ -# just a wrapper to make the notify more easy -define nagios::command( - $ensure = present, - $command_line -){ - nagios_command{$name: - ensure => $ensure, - command_line => $command_line, - notify => Service[nagios], - } -} -- cgit v1.2.3