aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTomas Doran <tdoran@yelp.com>2015-01-23 16:55:12 +0000
committerTomas Doran <tdoran@yelp.com>2015-01-23 16:56:27 +0000
commitb16aec203d3b25fd9f8c22de510ff146ec2b4c0f (patch)
tree4b2674be0a22257fab564695baf069f69c2e13eb /templates
parente9e054321e08c271e0778af6d15fa146c69c62fd (diff)
downloadpuppet-dhcp-b16aec203d3b25fd9f8c22de510ff146ec2b4c0f.tar.gz
puppet-dhcp-b16aec203d3b25fd9f8c22de510ff146ec2b4c0f.tar.bz2
Allow the log facility to be configured
Diffstat (limited to 'templates')
-rw-r--r--templates/dhcpd.conf.debian.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dhcpd.conf.debian.erb b/templates/dhcpd.conf.debian.erb
index 7dfd168..e2f31e3 100644
--- a/templates/dhcpd.conf.debian.erb
+++ b/templates/dhcpd.conf.debian.erb
@@ -16,5 +16,5 @@ ddns-update-style <%= @ddns_update %>;
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
-log-facility local7;
+log-facility <%= @log_facility %>;