Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with kernel_parameter Puppet 7.28 and Debian 12 #94

Open
christophharmening opened this issue Feb 7, 2024 · 1 comment
Open

Bug with kernel_parameter Puppet 7.28 and Debian 12 #94

christophharmening opened this issue Feb 7, 2024 · 1 comment

Comments

@christophharmening
Copy link

christophharmening commented Feb 7, 2024

Hi i have a little bug here or i dont unterstand this module ;)

Puppet manifest

kernel_parameter { "ipv6.disable": ensure => present, bootmode => 'all' }

i expect this in /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable quiet"
GRUB_CMDLINE_LINUX="ipv6.disable"

but i get this

GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="ipv6.disable"

The parameter is not set in all bootmodes.

when i set bootmode to "default". I get my parameter only in GRUB_CMDLINE_LINUX_DEFAULT.

@kenyon
Copy link
Member

kenyon commented Feb 7, 2024

I think this is the same as #52 and #23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants