Remove redundant implementation / warning

This change removes the redundant implementation introduced by
fb9a08d972, which causes duplicate
warning messages.

Change-Id: I7a3917142854c77d24524654a093be1620101032
(cherry picked from commit dd7c84fab2)
This commit is contained in:
Takashi Kajinami 2022-06-06 21:24:33 +09:00
parent 208ed1d0f7
commit cf28ff2960
1 changed files with 0 additions and 7 deletions

View File

@ -80,13 +80,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")
}