sys

Common platform packages, resources and modules

977,003 downloads

717 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.9.25 (latest)
  • 0.9.24
  • 0.9.23
  • 0.9.22
  • 0.9.21
  • 0.9.20
  • 0.9.19
  • 0.9.18
  • 0.9.17
  • 0.9.16
  • 0.9.15
  • 0.9.14
  • 0.9.13
released Feb 9th 2019
This version is compatible with:
  • CentOS, Darwin, Debian, OpenBSD, RedHat, Solaris, Ubuntu, windows

Start using this module

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

Add this module to your Puppetfile:

mod 'counsyl-sys', '0.9.23'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add counsyl-sys
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install counsyl-sys --version 0.9.23

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

counsyl/sys — version 0.9.23 Feb 9th 2019

0.9.23 (05/19/2018)

IMPROVEMENTS

0.9.22 (10/26/2016)

BUG FIXES

0.9.21 (10/19/2016)

IMPROVEMENTS

  • Use ensure_packages to install wget.

0.9.20 (06/19/2016)

IMPROVEMENTS

  • Add support for RHEL7 (GH-11).
  • Update name of cryptsetup package for RHEL7 (GH-16)

0.9.19 (08/27/2015)

FEATURES

  • Add SSH host and key exchange algorithm parameters (GH-8).

IMPROVEMENTS

  • Fix various linting issues in manifests (GH-9).
  • Validate SSH parameters (GH-8).
  • Upgrade to Git 2.5.0 on windows platforms (GH-7).
  • Enable source parameter for all sys::iptables protocol classes.
  • sys::apt::sources is now an ensurable resource.
  • sys::inifile improvements (GH-6).

BUG FIXES

  • Ed22519 host keys are actually supported on Ubuntu 14 / Debian 7 on up.

0.9.18 (05/08/2015)

FEATURES:

  • Add sys::openbsd::disk defined type for partioning and formatting OpenBSD disk devices.

IMPROVEMENTS:

  • Add support for pflow devices to sys::openbsd::interface.
  • Clean up sys::ssh::config and sys::ssh::service.
  • Use native service resources for SSH on OpenBSD 5.7+.

BUG FIXES:

  • Fix sys::screen package parameters for OpenBSD 5.7.

0.9.17 (04/08/2015)

IMPROVEMENTS:

  • Updates for OpenBSD manifests (GH-4)

BUG FIXES:

  • SELinux template location fix from Bill Weiss (GH-5)