Forge Home

inittab

Manages inittab

20,404 downloads

6,148 latest version

2.0 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 Apr 20th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'ghoneycutt-inittab', '2.1.1'
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.1.1

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.1.1 Apr 20th 2014

puppet-module-inittab

===

Build Status

Puppet module to manage inittab

===

Compatibility

Requires Puppet v3 and facter >= 1.7.0

Compatible with the following platforms.

  • Debian 6 (squeeze)
  • EL 5
  • EL 6
  • Solaris 10
  • Solaris 11
  • Suse 10
  • Suse 11
  • 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)