From: Silvio Rhatto Date: Wed, 23 Jan 2013 13:20:40 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=245982a8d6daf9655fce7b2fe9f154e4305709ad;p=puppet-nodo.git Minor fix --- diff --git a/manifests/subsystems/firewall/local.pp b/manifests/subsystems/firewall/local.pp index f24ac0c..9985a11 100644 --- a/manifests/subsystems/firewall/local.pp +++ b/manifests/subsystems/firewall/local.pp @@ -1,5 +1,5 @@ class firewall::local( - $network = hiera('firewall::local::network, '192.168.1.0/24'), + $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)