From: Raphaƫl Pinson Date: Wed, 27 May 2015 14:27:51 +0000 (+0200) Subject: Fix unscoped variable in template X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=be60f43b62bc9c2cc3106a245e41d5b3392eaeec;p=puppet-dhcp.git Fix unscoped variable in template --- 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,