From: Silvio Rhatto Date: Wed, 23 Jan 2013 13:22:59 +0000 (-0200) Subject: Minor fix (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b700f6a6ffa273c947e5b2d6ab7a9ba57f8db840;p=puppet-nodo.git Minor fix (2) --- diff --git a/manifests/subsystems/firewall/local.pp b/manifests/subsystems/firewall/local.pp index 9985a11..c402e70 100644 --- a/manifests/subsystems/firewall/local.pp +++ b/manifests/subsystems/firewall/local.pp @@ -2,7 +2,7 @@ class firewall::local( $network = hiera('firewall::local::network', '192.168.1.0/24'), $interface = hiera('firewall::local::interface', 'eth0'), $manage_host = hiera('firewall::local::manage_host', True), - $manage_interface = hiera('firewall::local::manage_iface, false) + $manage_interface = hiera('firewall::local::manage_iface', false) ) { if $manage_host {