get rid of third-party module

This commit is contained in:
Andrey Korolyov 2013-10-07 14:53:45 +04:00
parent 301a874b0d
commit 6f00c8d03e

View File

@ -11,7 +11,7 @@ class l23network::params {
/(?i)redhat/: {
$ovs_service_name = 'openvswitch' #'ovs-vswitchd'
$ovs_status_cmd = '/etc/init.d/openvswitch status'
$ovs_packages = ['kmod-openvswitch', 'openvswitch']
$ovs_packages = ['openvswitch']
$lnx_vlan_tools = 'vconfig'
$lnx_bond_tools = undef
$lnx_ethernet_tools = 'ethtool'