Merge "Revert "redhat/packages: set allow_virtual to True""
This commit is contained in:
commit
b7e8badf33
@ -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 }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user