diff --git a/puppet-manifests/centos/build_srpm.data b/puppet-manifests/centos/build_srpm.data index 22af5e82..7d32ce1e 100644 --- a/puppet-manifests/centos/build_srpm.data +++ b/puppet-manifests/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="src" -TIS_PATCH_VER=95 +TIS_PATCH_VER=96 diff --git a/puppet-manifests/src/hieradata/global.yaml b/puppet-manifests/src/hieradata/global.yaml index 7647db40..563d7d49 100644 --- a/puppet-manifests/src/hieradata/global.yaml +++ b/puppet-manifests/src/hieradata/global.yaml @@ -7,7 +7,7 @@ platform::params::controller_hostname: controller platform::params::controller_0_hostname: controller-0 platform::params::controller_1_hostname: controller-1 platform::params::pxeboot_hostname: pxecontroller -platform::params::security_feature: nopti nospectre_v2 +platform::params::security_feature: nopti nospectre_v2 nospectre_v1 platform::amqp::auth_user: guest platform::users::params::sysadmin_password_max_age: 45 diff --git a/puppet-manifests/src/modules/platform/manifests/grub.pp b/puppet-manifests/src/modules/platform/manifests/grub.pp index df6ea185..36fc6f42 100644 --- a/puppet-manifests/src/modules/platform/manifests/grub.pp +++ b/puppet-manifests/src/modules/platform/manifests/grub.pp @@ -1,7 +1,7 @@ class platform::grub { include ::platform::params - $managed_security_params = 'nopti nospectre_v2' + $managed_security_params = 'nopti nospectre_v2 nospectre_v1' # Run grubby to update params # First, remove all the parameters we manage, then we add back in the ones