Forge Home

screen

basic screen installation

4,368 downloads

4,368 latest version

4.6 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

  • 0.1.6 (latest)
released Jun 14th 2019
This version is compatible with:
  • , , , , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'eyp-screen', '0.1.6'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add eyp-screen
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install eyp-screen --version 0.1.6

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

eyp/screen — version 0.1.6 Jun 14th 2019

screen

Table of Contents

  1. Overview
  2. Module Description
  3. Setup
  4. Usage
  5. Reference
  6. Limitations
  7. Development

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.