aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2015-05-27 16:27:51 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2015-05-27 16:27:51 +0200
commitbe60f43b62bc9c2cc3106a245e41d5b3392eaeec (patch)
tree65bf14c4658565f3df67e6b63b022a4cd5e7ef94
parent84838be4e0016096ef851b57eb543ff886e5f0a9 (diff)
downloadpuppet-dhcp-be60f43b62bc9c2cc3106a245e41d5b3392eaeec.tar.gz
puppet-dhcp-be60f43b62bc9c2cc3106a245e41d5b3392eaeec.tar.bz2
Fix unscoped variable in template
-rw-r--r--manifests/server/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/server/config.pp b/manifests/server/config.pp
index 713e631..eb2efa1 100644
--- a/manifests/server/config.pp
+++ b/manifests/server/config.pp
@@ -17,6 +17,7 @@ class dhcp::server::config {
$ddns_update = $dhcp::server::ddns_update
$authoritative = $dhcp::server::authoritative
$opts = $dhcp::server::opts
+ $log_facility = $dhcp::server::log_facility
concat {"${dhcp::params::config_dir}/dhcpd.conf":
owner => root,