Merge "Fix default of vswitch::provider in RedHat OS"

This commit is contained in:
Zuul 2021-06-11 10:32:56 +00:00 committed by Gerrit Code Review
commit 026a15143a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class vswitch::params {
$ovsdb_service_name = undef
$ovs_service_hasstatus = undef
$ovs_status = undef
$provider = 'ovs_redhat'
$provider = 'ovs'
}
'Debian': {
$ovs_package_name = 'openvswitch-switch'