You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernel_parameter {
ensure => present,
}
kernel_parameter { 'quiet':
}
kernel_parameter { 'elevator':
value => 'deadline',
}
kernel_parameter {'LANG':
value => 'en_US.UTF-8',
}
kernel_parameter {'KEYBOARDTYPE':
value => 'pc',
}
This is working fine on many nodes, but on two I get the following issue on an agent run:
Error: /Stage[main]/Profiles::Base/Kernel_parameter[quiet]: Could not evaluate: Augeas didn't load /boot/grub/menu.lst with Grub.lns from /var/lib/puppet/lib/augeas/lenses: Iterated lens matched less than it should (line:19, character:0)
Error: /Stage[main]/Profiles::Base/Kernel_parameter[elevator]: Could not evaluate: Augeas didn't load /boot/grub/menu.lst with Grub.lns from /var/lib/puppet/lib/augeas/lenses: Iterated lens matched less than it should (line:19, character:0)
Error: /Stage[main]/Profiles::Base/Kernel_parameter[LANG]: Could not evaluate: Augeas didn't load /boot/grub/menu.lst with Grub.lns from /var/lib/puppet/lib/augeas/lenses: Iterated lens matched less than it should (line:19, character:0)
Error: /Stage[main]/Profiles::Base/Kernel_parameter[KEYBOARDTYPE]: Could not evaluate: Augeas didn't load /boot/grub/menu.lst with Grub.lns from /var/lib/puppet/lib/augeas/lenses: Iterated lens matched less than it should (line:19, character:0)
The error's stating that Augeas can't parse /boot/grub/menu.lst due to something on, or around line 19. It's either a bug in Augeas, or at least that version of it, or some invalid syntax in the file.
Hi,
I've got the following manifest:
This is working fine on many nodes, but on two I get the following issue on an agent run:
Package Versions:
Do you have any thoughts?
The text was updated successfully, but these errors were encountered: