aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/dhclient.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/dhclient.pp')
-rw-r--r--manifests/subsystem/dhclient.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/subsystem/dhclient.pp b/manifests/subsystem/dhclient.pp
index 332dc34..1e714ab 100644
--- a/manifests/subsystem/dhclient.pp
+++ b/manifests/subsystem/dhclient.pp
@@ -1,6 +1,7 @@
class nodo::subsystem::dhclient(
- $ensure = hiera('nodo::subsystem::dhclient::ensure', 'present'),
- $supersede_domain = hiera('nodo::subsystem::dhclient::supersede_domain', $::domain)
+ $ensure = hiera('nodo::subsystem::dhclient::ensure', 'present'),
+ $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':
ensure => $ensure,