aboutsummaryrefslogtreecommitdiff
path: root/manifests/networking.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/networking.pp')
-rw-r--r--manifests/networking.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/networking.pp b/manifests/networking.pp
new file mode 100644
index 0000000..6511f78
--- /dev/null
+++ b/manifests/networking.pp
@@ -0,0 +1,5 @@
+class virtual::networking {
+ package { 'bridge-utils':
+ ensure => installed,
+ }
+}