- Description
- Setup - The basics of getting started with grubby
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
The Grubby Puppet module allows for managing the GRUB configuration using Grubby
This module can be used to manage the boot loader configuration like setting default kernel, add or remove kernel arguments.
It modifies mostly the files under /boot.
include ::grubby
Examples are provided in the REFERENCE.md
Please check REFERENCE.md
This module should work with all platforms that can use grubby for managing their configuration, but is primary developed for and tested on RHEL 8.
Please use Puppet Development kit (pdk)
Validate syntax
pdk validate
Run unit tests
pdk test unit
For details on how to add code comments and generate documentation with Strings, see the Puppet Strings documentation and style guide
Preparation for release: Please check CONTRIBUTING.md