Skip to content

jfryman/puppet-inittab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inittab Puppet Module

James Fryman james@frymanet.com

Description

This class manages inittab entries on Linux systems

Sample Usage:

  inittab { 'x':
    ensure   => 'present',
    runlevel => '345',
    action   => 'respawn',
    command  => '/etc/X11/prefdm -nodaemon',
  }

Legacy Clients (0.24)

In order for legacy clients to be able to use this module, please make the following changes:

The newvalues() is not a supported parameter in Puppet 0.24. While removing this line also removes some safety from the module, it makes it usable. It is very possible there is an ideal solution to this, but this notification is intended for clients that cannot upgrade for whatever reason.

About

Native Type/Provider to manage Inittab Entries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published