Forge Home

patching_status

shows patching status as web page

7,674 downloads

65 latest version

5.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

  • 0.5.2 (latest)
  • 0.5.1
  • 0.5.0
  • 0.4.5
  • 0.4.1
  • 0.4.0
  • 0.3.5
  • 0.3.1
  • 0.3.0
  • 0.2.6
  • 0.2.5
  • 0.2.4
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.0
released Aug 15th 2019
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x
  • Puppet >= 5.3.2 < 7.0.0
  • , , , ,

Start using this module

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

Add this module to your Puppetfile:

mod 'maxadamo-patching_status', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add maxadamo-patching_status
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install maxadamo-patching_status --version 0.1.0

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

maxadamo/patching_status — version 0.1.0 Aug 15th 2019

patching_status

Table of Contents

  1. Description
  2. Requirements
  3. Setup - The basics of getting started with galera_proxysql
  4. Screenshot
  5. Credits - jQuery and CSS acknowledgements
  6. Limitations - OS compatibility, etc.

Description

This module sets up a the web pages to show the patching status of your systems. The data are fed to PuppetDB through the scripts provided by the module: albatrossflavour/os_patching. This modules pulls the data from the PuppetDB and convert them in HTML format. The module will only copy the files that will be accessed by a web server.

Requirements

  • Your web server of choice points to the destination directory
  • Your systems are already sending the patch status to the PuppetDB using the module albatrossflavour/os_patching

Setup

Setting up patching_status

This example will setup the web page:

class { '::patching_status':
  web_base    => /virtualenv/directory,
  python_base => /webserver/directory,
  puppetdb    => '192.168.1.10';
}

Other parameters include:

  • puppetdb port (default: 8080)
  • cron_hour (default: every hour)
  • cron_minute (default: once in 1 hour)
  • user (default: root. User to assign the files to and install the cron job)
  • group (default: root. Group to assign the files to)
  • install_method (default: ensure_packages. You can choose between ensure_packages and package. You can try the default first)

Screenshot

Screenshot N/A

Credits

Mountable: iQuery json to table by Guilherme Augusto Madaleno

Spinner: JavaScript by Pace

PuppetForge module: os_patching

Limitations

Supports Ubuntu 16.04, 18.04 and CentOS 7