]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fix nodo::subsystem::dhclient
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Apr 2016 17:06:02 +0000 (14:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Apr 2016 17:06:02 +0000 (14:06 -0300)
manifests/subsystem/dhclient.pp

index 1e714abf5607bdcc82e56264ad1e2022f538774e..2f39076a25c6cf9c6d513df801f097b5ace1de89 100644 (file)
@@ -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':