mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-07-22 14:06:23 -04:00
Add Debian support
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# THIS FILE MANAGED BY PUPPET
|
||||
# CHANGES WILL BE OVERWRITTEN
|
||||
ARGS="-i <%= @interface -%> -m <%= @dest_email -%> <%= @opts -%>"
|
||||
RUNAS="<%= @service_user -%>"
|
||||
@@ -1,3 +1,3 @@
|
||||
# THIS FILE MANAGED BY PUPPET
|
||||
# CHANGES WILL BE OVERWRITTEN
|
||||
OPTIONS="-i <%= @interface -%> -u <%= @service_user -%> -e <%= @dest_email -%> -s <%= @source_email -%>"
|
||||
OPTIONS="-i <%= @interface -%> -u <%= @service_user -%> -e <%= @dest_email -%> -s <%= @source_email -%> <%= @opts -%>"
|
||||
|
||||
Reference in New Issue
Block a user