voxpupuli / puppet-augeasproviders_grub

Augeas-based grub type and providers
Apache License 2.0
9 stars 33 forks source link

Ensure kernel parameters are absent from both GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT #62

Open kenyon opened 3 years ago

kenyon commented 3 years ago

See https://github.com/hercules-team/augeasproviders_grub/issues/52#issuecomment-734251681

This patch expresses basically what I think should happen, but I don't know why it's not removing the parameter from GRUB_CMDLINE_LINUX_DEFAULT. Could use some help with this.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.1%) to 95.506% when pulling 53b9b4389dd99056ee03a4298c35f9d6924e8152 on kenyon:ensure-absent-from-both into 5378c628516c30742e2ba4fdf4dfcae9db458280 on hercules-team:master.

toggetit commented 1 year ago

Hello! This fix is not merged yet?

kenyon commented 1 year ago

@toggetit yes, not merged, because I couldn't get it to work correctly.