aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/dhclient.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-31 21:32:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-31 21:32:25 -0300
commit76fb0d714da0c479e69398d854001b507ff28338 (patch)
tree2e076354aed44c34c07cd8f91901393bfcaf841c /manifests/subsystems/dhclient.pp
parent13716ea7e33a3b639e241105970afdf13de2d5f2 (diff)
downloadpuppet-nodo-76fb0d714da0c479e69398d854001b507ff28338.tar.gz
puppet-nodo-76fb0d714da0c479e69398d854001b507ff28338.tar.bz2
Changing behavior of dhclient supersede_domain param
Diffstat (limited to 'manifests/subsystems/dhclient.pp')
-rw-r--r--manifests/subsystems/dhclient.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/dhclient.pp b/manifests/subsystems/dhclient.pp
index b901d2b..13e636e 100644
--- a/manifests/subsystems/dhclient.pp
+++ b/manifests/subsystems/dhclient.pp
@@ -1,6 +1,6 @@
class dhclient(
$ensure = hiera('nodo::dhclient::manage', 'present'),
- $supersede_domain = hiera('nodo::dhclient::supersede_domain', '')
+ $supersede_domain = hiera('nodo::dhclient::supersede_domain', $::domain)
) {
package { 'isc-dhcp-client':
ensure => $ensure,