Displaying 1 result from an estimated 1 matches for "lst_memory".
Did you mean:
host_memory
2011 Oct 07
0
puppet 2.7.5 and augeas break grub.conf on RHEL5
Hi,
I was running puppet (2.7.5) on a host which needed to have some
settings changed in it''s /boot/grub/menu.lst file. This file is
however a link to /boot/grub/grub.conf
When I used augeas in puppet like shown below
augeas { "${dom0::params::module_label}_menu.lst_memory": incl => ''/
boot/grub/menu.lst'', lens => ''Grub.lns'', changes => [ ''set title[1]/
kernel/dom0_mem 2G'', ''set title[last()]/kernel/dom0_mem 2G'', ], }
it updated the menu.lst, but menu.lst is now a file and not a li...