puppet-vswitch/manifests/init.pp
2012-10-06 22:12:33 +02:00

7 lines
87 B
Puppet

class vswitch (
$provider = "ovs"
) {
$cls = "vswitch::$provider"
include $cls
}