index
:
puppet-virtual
develop
feature/autoload
master
production
Puppet module for virtual environments
Fluxo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
networking.pp
blob: 6511f78a9fe6794f84be7b625c255b411281e6f2 (
plain
)
1
2
3
4
5
class
virtual
::
networking
{
package
{
'bridge-utils'
:
ensure
=>
installed
,
}
}