From 8e22314d9f6a014124d60aad7ca3f98eaca28390 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 12 May 2020 12:29:31 -0300 Subject: Adds firewall::forwarding into virtual::networking --- manifests/networking.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/networking.pp b/manifests/networking.pp index 6511f78..8b1c516 100644 --- a/manifests/networking.pp +++ b/manifests/networking.pp @@ -1,4 +1,7 @@ class virtual::networking { + # This might be controlled by a config setting + include firewall::forwarding + package { 'bridge-utils': ensure => installed, } -- cgit v1.2.3