Revert "redhat/packages: set allow_virtual to True"

We do not support Puppet 3 anymore, so this is not needed.

This reverts commit 807a60e802.

Change-Id: I6f12ce48c18234855d907005dc04c4e4effd0187
This commit is contained in:
Mohammed Naser 2017-09-13 16:04:30 +00:00
parent 807a60e802
commit 6ec2bf9602

View File

@ -6,10 +6,5 @@ class openstack_integration {
package { 'openstack-selinux':
ensure => 'latest'
}
# Some packages provided by RDO are virtual
# allow_virtual is false in Puppet 3 and will be true
# in Puppet 4. So let's set it to True.
# We still support Puppet 3 until distros ship Puppet 4 by default.
Package<| tag == 'openstack' |> { allow_virtual => true }
}
}