aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/monitor/interface.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/monitor/interface.pp')
-rw-r--r--manifests/subsystem/monitor/interface.pp14
1 files changed, 0 insertions, 14 deletions
diff --git a/manifests/subsystem/monitor/interface.pp b/manifests/subsystem/monitor/interface.pp
deleted file mode 100644
index be630aa..0000000
--- a/manifests/subsystem/monitor/interface.pp
+++ /dev/null
@@ -1,14 +0,0 @@
-define nodo::subsystem::monitor::interface(
- $ensure = 'present',
- $hour = "*",
- $minute = "*",
-)
-{
- cron { "ifcheck-${name}":
- command => "/usr/local/sbin/ifcheck ${name} &> /dev/null",
- user => 'root',
- hour => $hour,
- minute => $minute,
- ensure => $ensure,
- }
-}