Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.46 KB

puppet-module-grubby

Table of Contents

  1. Description
  2. Setup - The basics of getting started with grubby
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. 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