aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/manifests/overcloud_volume.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/manifests/overcloud_volume.pp')
-rw-r--r--puppet/manifests/overcloud_volume.pp11
1 files changed, 1 insertions, 10 deletions
diff --git a/puppet/manifests/overcloud_volume.pp b/puppet/manifests/overcloud_volume.pp
index f5c9ae5d..d1f6d6a5 100644
--- a/puppet/manifests/overcloud_volume.pp
+++ b/puppet/manifests/overcloud_volume.pp
@@ -13,16 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-if str2bool(hiera('disable_package_install', 'false')) {
- case $::osfamily {
- 'RedHat': {
- Package { provider => 'norpm' } # provided by tripleo-puppet
- }
- default: {
- warning('disable_package_install option not supported.')
- }
- }
-}
+include tripleo::packages
create_resources(sysctl::value, hiera('sysctl_settings'), {})