diff options
-rw-r--r-- | manifests/role/router.pp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/manifests/role/router.pp b/manifests/role/router.pp index cd65a1e..0f0aa07 100644 --- a/manifests/role/router.pp +++ b/manifests/role/router.pp @@ -7,12 +7,7 @@ class nodo::role::router inherits nodo::base::appliance { include nodo::utils::network::analyzer # Enable IP forwarding - augeas { 'enable_ip_forwarding': - changes => 'set /files/etc/shorewall/shorewall.conf/IP_FORWARDING On', - lens => 'Shellvars.lns', - incl => '/etc/shorewall/shorewall.conf', - notify => Service[shorewall]; - } + include firewall::forwarding # Make sure shorewall is reloaded after dhcp renew file { '/etc/dhcp/dhclient-exit-hooks.d/shorewall': |