diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-04-14 14:06:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-04-14 14:06:02 -0300 |
commit | 64d714ff94a894644040c3764836d26bc89fe7f4 (patch) | |
tree | e4ecb0140cfa2d9912b7f0750b94587108946b04 /manifests/subsystem/dhclient.pp | |
parent | 09891d7c207c587f6a60daaf557bd238a3e1f45c (diff) | |
download | puppet-nodo-64d714ff94a894644040c3764836d26bc89fe7f4.tar.gz puppet-nodo-64d714ff94a894644040c3764836d26bc89fe7f4.tar.bz2 |
Fix nodo::subsystem::dhclient
Diffstat (limited to 'manifests/subsystem/dhclient.pp')
-rw-r--r-- | manifests/subsystem/dhclient.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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': |