Open
Description
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
Labels
No labels