From 6ec2bf9602ad0142bebca7f1df38e1127e8414b2 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 13 Sep 2017 16:04:30 +0000 Subject: [PATCH] Revert "redhat/packages: set allow_virtual to True" We do not support Puppet 3 anymore, so this is not needed. This reverts commit 807a60e802c2de0c7ac9778447fc02c66fdc1683. Change-Id: I6f12ce48c18234855d907005dc04c4e4effd0187 --- manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index bcff66779..749c6a077 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 } } }