X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fbase_installation%2Fmanifests%2Fgrub.pp;h=208b745317046426445d384b5516593713ba0acc;hb=220496056eb730f204f9d21d61d10d41d876c5a1;hp=0a96aa7d7b1020f53b096e9fcc971b325c8dde96;hpb=7fed35a408b9ec37454169425823785b5fc8978b;p=perso%2FImmae%2FProjets%2FPuppet.git 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 { # } file_line { "/etc/default/grub#GRUB_CMDLINE_LINUX": - path => "/etc/default/grub", - line => 'GRUB_CMDLINE_LINUX=" console=tty0 console=ttyS0,115200"', - match => '^GRUB_CMDLINE_LINUX=' + path => "/etc/default/grub", + line => 'GRUB_CMDLINE_LINUX=" console=tty0 console=ttyS0,115200"', + match => '^GRUB_CMDLINE_LINUX=', + require => Package["grub"], } # exec { 'update GRUB config':