diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:22:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-23 11:22:59 -0200 |
commit | b700f6a6ffa273c947e5b2d6ab7a9ba57f8db840 (patch) | |
tree | 4754b74e8117c3686dd2011256b1c80522bfdf3f /manifests | |
parent | 245982a8d6daf9655fce7b2fe9f154e4305709ad (diff) | |
download | puppet-nodo-b700f6a6ffa273c947e5b2d6ab7a9ba57f8db840.tar.gz puppet-nodo-b700f6a6ffa273c947e5b2d6ab7a9ba57f8db840.tar.bz2 |
Minor fix (2)
Diffstat (limited to 'manifests')
-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 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 { |