Forge Home

sysupdate

Automatic system updates via Puppet

10,233 downloads

2,060 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.9.3 (latest)
  • 0.9.2
  • 0.9.1
  • 0.9.0
released Feb 6th 2020
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet >= 3.3.0 < 7.0.0
  • , , , , , SLES, SLED

Start using this module

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

Add this module to your Puppetfile:

mod 'ceritsc-sysupdate', '0.9.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ceritsc-sysupdate
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ceritsc-sysupdate --version 0.9.3

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
Tags: sysupdate

Documentation

ceritsc/sysupdate — version 0.9.3 Feb 6th 2020

Puppet sysupdate module

This module provides mechanism for automatic system updates initiated by Puppet.

Requirements

Module has been tested on:

  • Puppet 3.4
  • Debian and Red Hat family systems

Required modules:

Quick Start

Enable system updates

include sysupdate

Full configuration options:

class { 'sysupdate':
  enabled           => false|true,                        # enable automatic updates
  on_reboot         => false|true,                        # enable updates on reboot
  force             => false|true,                        # force run update regularly
  packages          => array,                             # packages override
  command           => '...',                             # update command override
  command_on_reboot => '...',                             # update command on reboot
  schedule          => 'sysupdate',                       # override exec's schedule name
  period            => hourly|daily|weekly|monthly|never, # schedule period
  range             => '...',                             # schedule range
  timeout           => 300,                               # update command timeout
}

Facts

  • sysupdate_reboot (e.g. false, true if machine should be rebooted now)
  • sysupdate_count (number of pending updates)

CERIT Scientific Cloud, support@cerit-sc.cz