diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-29 23:26:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-29 23:26:49 -0200 |
commit | 4a2e70edeb1d87674156cd8328352582e25d1525 (patch) | |
tree | 053fcff3ac4f723e4cfac301ee4f9975744a087c /manifests/networking.pp | |
parent | af78b156c5418d1e67faed4635019dcef0da9cac (diff) | |
download | puppet-virtual-4a2e70edeb1d87674156cd8328352582e25d1525.tar.gz puppet-virtual-4a2e70edeb1d87674156cd8328352582e25d1525.tar.bz2 |
LXC support
Diffstat (limited to 'manifests/networking.pp')
-rw-r--r-- | manifests/networking.pp | 5 |
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, + } +} |