Resource Type: grub_config
- Defined in:
- lib/puppet/type/grub_config.rb
- Providers:
-
grub2
Overview
Manages global GRUB configuration parameters
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
value
Value of the GRUB parameter.
Parameters
-
name (namevar)
The parameter that you wish to set.
## GRUB < 2 ##
In the case of GRUB < 2, this will be something like ‘default’, ‘timeout’, etc…
See ‘info grub` for additional information.
## GRUB >= 2 ##
With GRUB >= 2, this will be ‘GRUB_DEFAULT’, ‘GRUB_SAVEDEFAULT’, etc..
See ‘info grub2` for additional information.
-
provider
The specific backend to use for this ‘grub_config` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
target
The bootloader configuration file, if in a non-default location for the provider.