From: Silvio Rhatto Date: Thu, 14 Apr 2016 17:06:02 +0000 (-0300) Subject: Fix nodo::subsystem::dhclient X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=64d714ff94a894644040c3764836d26bc89fe7f4;p=puppet-nodo.git Fix nodo::subsystem::dhclient --- diff --git a/manifests/subsystem/dhclient.pp b/manifests/subsystem/dhclient.pp index 1e714ab..2f39076 100644 --- a/manifests/subsystem/dhclient.pp +++ b/manifests/subsystem/dhclient.pp @@ -1,6 +1,6 @@ class nodo::subsystem::dhclient( $ensure = hiera('nodo::subsystem::dhclient::ensure', 'present'), - $supersede_domain_name = hiera('nodo::subsystem::dhclient::supersede_domain_name', $::domain) + $supersede_domain_name = hiera('nodo::subsystem::dhclient::supersede_domain_name', $::domain), $supersede_domain_search = hiera('nodo::subsystem::dhclient::supersede_domain_search', $::domain) ) { package { 'isc-dhcp-client':