Remove compatibility codes for Puppet 3.x

... because this acient version is no longer supported.

Change-Id: I96fefed7b311d780fa2c2dd6fe4fc53923e18f99
This commit is contained in:
Takashi Kajinami 2020-06-04 22:06:55 +09:00
parent 681f9e77c3
commit 265b3947b7
1 changed files with 0 additions and 6 deletions

View File

@ -3,12 +3,6 @@
class vswitch::params {
include openstacklib::defaults
if versioncmp($::puppetversion, '4.0.0') < 0 and versioncmp($::puppetversion, '3.6.1') >= 0 {
Package<| tag == 'openvswitch' |> {
allow_virtual => true,
}
}
case $::osfamily {
'Redhat': {
$ovs_package_name = 'openvswitch'