aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-04-14 14:06:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-04-14 14:06:02 -0300
commit64d714ff94a894644040c3764836d26bc89fe7f4 (patch)
treee4ecb0140cfa2d9912b7f0750b94587108946b04
parent09891d7c207c587f6a60daaf557bd238a3e1f45c (diff)
downloadpuppet-nodo-64d714ff94a894644040c3764836d26bc89fe7f4.tar.gz
puppet-nodo-64d714ff94a894644040c3764836d26bc89fe7f4.tar.bz2
Fix nodo::subsystem::dhclient
-rw-r--r--manifests/subsystem/dhclient.pp2
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':