diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:20:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:20:40 -0200 |
commit | 245982a8d6daf9655fce7b2fe9f154e4305709ad (patch) | |
tree | bf38ddfaaa4827cfd314164a6e44f5a8aab80d84 /manifests/subsystems/firewall/local.pp | |
parent | 78a678ca46a45292322592f536aff75c637ed442 (diff) | |
download | puppet-nodo-245982a8d6daf9655fce7b2fe9f154e4305709ad.tar.gz puppet-nodo-245982a8d6daf9655fce7b2fe9f154e4305709ad.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests/subsystems/firewall/local.pp')
-rw-r--r-- | manifests/subsystems/firewall/local.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |