Forge Home

inittab

Manages inittab

20,278 downloads

6,127 latest version

4.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 2.9.2 (latest)
  • 2.9.1
  • 2.9.0
  • 2.8.1
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.0
  • 2.4.1
  • 2.4.0
  • 2.3.0
  • 2.2.0
  • 2.1.3
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • 2.0.0
  • 1.1.1
  • 1.1.0
  • 1.0.1
  • 1.0.0
released Jun 11th 2018
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 3.0.0 < 5.0.0
  • , , , , , , SLES, SLED,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ghoneycutt-inittab', '2.9.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ghoneycutt-inittab
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ghoneycutt-inittab --version 2.9.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

ghoneycutt/inittab — version 2.9.2 Jun 11th 2018

puppet-module-inittab

===

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

===

Compatibility

Works with Puppet v3 (with and without future parser) and Puppet v4 with Ruby versions 1.8.7, 1.9.3, 2.0.0 and 2.1.9 on the following platforms. See .travis.yml for an exact matrix of Puppet and Ruby versions.

  • Debian 6 (squeeze)
  • EL 5
  • EL 6
  • EL 7
  • Solaris 10
  • Solaris 11
  • Suse 10
  • Suse 11
  • Suse 12
  • Ubuntu 12.04 LTS (Precise Pangolin)

===

Parameters

default_runlevel

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

  • Default: based on OS family. (runlevel 3 except Debian 6, which uses runlevel 2)

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.

  • Default: undef

file_mode

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

  • Default: '0644'

require_single_user_mode_password

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

  • Default: false

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.

  • Default: true

ctrlaltdel_override_path

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

  • Default: 'USE_DEFAULTS'

ctrlaltdel_override_owner

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

  • Default: 'root'

ctrlaltdel_override_group

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

  • Default: 'root'

ctrlaltdel_override_mode

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

  • Default: '0644'