summaryrefslogtreecommitdiff
path: root/manifests/command.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/command.pp')
-rw-r--r--manifests/command.pp11
1 files changed, 0 insertions, 11 deletions
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],
- }
-}