Merge "Remove redundant implementation / warning"

This commit is contained in:
Zuul 2022-06-14 02:25:06 +00:00 committed by Gerrit Code Review
commit 9cc95cb07d
1 changed files with 0 additions and 7 deletions

View File

@ -85,13 +85,6 @@ class vswitch::dpdk (
validate_legacy(Hash, 'validate_hash', $vs_config)
kmod::load { 'vfio-pci': }
if is_service_default($vlan_limit) {
warning('Usage of $::os_service_default for vlan_limit is deprecated. Use undef instead')
$vlan_limit_real = undef
} else {
$vlan_limit_real = $vlan_limit
}
if $::osfamily != 'Redhat' {
fail( "${::osfamily} not yet supported for dpdk installation by puppet-vswitch")
}