puppet-module-grubby
Table of Contents
- 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
Description
The Grubby Puppet module allows for managing the GRUB configuration using Grubby
Setup
What grubby affects
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.
Beginning with grubby
include ::grubby
Usage
Examples are provided in the REFERENCE.md
Reference
Please check REFERENCE.md
Limitations
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.
Development
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