This website requires JavaScript.
Explore
Get Started
openstack
/
puppet-vswitch
Code
Issues
Proposed changes
07b19e809f
Branches
Tags
View all branches
puppet-vswitch
/
manifests
/
init.pp
7 lines
87 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
Make it provider ish
2012-10-06 22:12:33 +02:00
class
vswitch
(
$
provider
=
"ovs"
)
{
$c
ls
=
"vswitch::$provider"
include
$c
ls
Initial commit
2012-10-05 10:24:15 +02:00
}
Copy Permalink