aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/manifests/grub.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base_installation/manifests/grub.pp')
-rw-r--r--modules/base_installation/manifests/grub.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/base_installation/manifests/grub.pp b/modules/base_installation/manifests/grub.pp
index 0a96aa7..208b745 100644
--- a/modules/base_installation/manifests/grub.pp
+++ b/modules/base_installation/manifests/grub.pp
@@ -9,9 +9,10 @@ class base_installation::grub inherits base_installation {
9 # } 9 # }
10 10
11 file_line { "/etc/default/grub#GRUB_CMDLINE_LINUX": 11 file_line { "/etc/default/grub#GRUB_CMDLINE_LINUX":
12 path => "/etc/default/grub", 12 path => "/etc/default/grub",
13 line => 'GRUB_CMDLINE_LINUX=" console=tty0 console=ttyS0,115200"', 13 line => 'GRUB_CMDLINE_LINUX=" console=tty0 console=ttyS0,115200"',
14 match => '^GRUB_CMDLINE_LINUX=' 14 match => '^GRUB_CMDLINE_LINUX=',
15 require => Package["grub"],
15 } 16 }
16 17
17 # exec { 'update GRUB config': 18 # exec { 'update GRUB config':