From 70582a106b6f8b966b0e5eeadf94b9c9ef863871 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 7 Jan 2018 20:22:13 +0100 Subject: [PATCH] Fix a typo in previous commit Signed-off-by: Aurelien Jarno --- modules/grub/templates/puppet-kernel-pti-on.cfg.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grub/templates/puppet-kernel-pti-on.cfg.erb b/modules/grub/templates/puppet-kernel-pti-on.cfg.erb index 469d835af..04d0070e0 100644 --- a/modules/grub/templates/puppet-kernel-pti-on.cfg.erb +++ b/modules/grub/templates/puppet-kernel-pti-on.cfg.erb @@ -1 +1 @@ -GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX pti=one" +GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX pti=on" -- 2.20.1