Version information
released Jun 14th 2019
This version is compatible with:
- , , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'eyp-screen', '0.1.6'
Learn more about managing modules with a PuppetfileDocumentation
eyp/screen — version 0.1.6 Jun 14th 2019
screen
Table of Contents
Overview
Installs screen package.
Setup
What screen affects
- Installs screen package.
- Controls /etc/screenrc, it will be overwritten.
Beginning with screen
Example of the standard configuration:
class screen {
ensure => 'installed',
}
Usage
- ensure: sets if the package will be installed or erased.
Reference
Classes:
- screen: main class, installs the module and configures it.
Limitations
- Deviant derivatives: supported.
- Redhat derivatives: supported.
- Other: unsupported.
Dependencies
- puppetlabs/stdlib (>= 1.0.0 < 9.9.9)
- eyp/eyplib (>= 0.1.12 < 0.2.0)