ghoneycutt / puppet-module-inittab

Puppet module to manage inittab
Other
2 stars 26 forks source link

puppet-module-inittab

===

Puppet module to manage inittab. To use this module simply include ::inittab.

===

Compatibility

This module has been tested to work on the following systems with the latest Puppet v3, v3 with future parser, v4, v5 and v6. See .travis.yml for the exact matrix of supported Puppet and ruby versions.

===

Parameters

default_runlevel

String for default runlevel. Valid values are 0-6, S, and s.

ensure_ttys1

Optionally manage ttyS1. This will ensure that agetty spawns a tty which is needed for serial access. Valid values are 'present' and 'absent'. With undef the resource is not managed. Only applies to EL 6.

file_mode

String of file mode in four digit octal notation for inittab.

require_single_user_mode_password

Boolean to require a password when selecting Single User Mode. EL 5 only.

enable_ctrlaltdel

Boolean to enable control-alt-delete. Supported on Linux systems. If set to false, the command exec logger "control-alt-delete issued" will be triggered whenever control-alt-delete is issued.

ctrlaltdel_override_path

String of path to control-alt-delete.override. Only used on EL 6, which is '/etc/init/control-alt-delete.override'.

ctrlaltdel_override_owner

String of owner for control-alt-delete.override file. Only used on EL 6.

ctrlaltdel_override_group

String of group for control-alt-delete.override file. Only used on EL 6.

ctrlaltdel_override_mode

String of four digital octal mode of control-alt-delete.override file. Only used on EL 6.

ctrlaltdelburstaction

String that defines what action will be performed if user presses Ctrl-Alt-Delete more than 7 times in 2s. Only used on EL 7.