Merge "Revert "redhat/packages: set allow_virtual to True""

This commit is contained in:
Jenkins 2017-09-14 23:13:07 +00:00 committed by Gerrit Code Review
commit b7e8badf33

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 }
}
}