Skip to content

Bug with kernel_parameter Puppet 7.28 and Debian 12 #94

Open
@christophharmening

Description

@christophharmening

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions