mirror of
https://github.com/ardichoke/puppet-arpwatch.git
synced 2026-05-11 02:15:37 -04:00
Add Debian support
This commit is contained in:
4
templates/conf.deb.erb
Normal file
4
templates/conf.deb.erb
Normal file
@@ -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