aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/networking.pp3
1 files changed, 3 insertions, 0 deletions
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,
}