sysupdate

contributions requested
pdk
Automatic system updates via Puppet

10,406 downloads

2,155 latest version

5.0 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

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
  • RedHat
    ,
    CentOS
    ,
    Scientific
    ,
    OracleLinux
    ,
    Debian
    , 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