X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=blobdiff_plain;f=modules%2Fbase_installation%2Fmanifests%2Fgrub.pp;h=208b745317046426445d384b5516593713ba0acc;hp=0a96aa7d7b1020f53b096e9fcc971b325c8dde96;hb=220496056eb730f204f9d21d61d10d41d876c5a1;hpb=1b2e270afc9da7bbab85e0d729d317a97cca962f 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':