We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm currently running Puppet3.8.6 on Arch Linux, my current code:
# grub related settings $elevator = $::virtual ? { 'kvm' => 'noop', 'physical' => 'deadline', 'openvzhn' => 'deadline', } Kernel_parameter { ensure => present, provider => 'grub2', } kernel_parameter { 'quiet': } kernel_parameter { 'elevator': value => $elevator, } kernel_parameter {'LANG': value => 'en_US.UTF-8', } kernel_parameter {'KEYBOARDTYPE': value => 'pc', } kernel_parameter {'KEYTABLE': value => 'de-latin1-nodeadkeys', } kernel_parameter{'nomodeset': }
This results in the following warning:
Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Info: Caching catalog for test.de Warning: Found multiple default providers for kernel_parameter: grub, grub2; using grub Info: Applying configuration version '1460625288' Notice: Finished catalog run in 13.21 seconds
I can contribute patches to support Arch Linux, but I'm very new to types + providers.
The text was updated successfully, but these errors were encountered:
thanks, this got fixed by merging PR#2
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm currently running Puppet3.8.6 on Arch Linux, my current code:
This results in the following warning:
I can contribute patches to support Arch Linux, but I'm very new to types + providers.
The text was updated successfully, but these errors were encountered: