Forge Home

unattended_reboot

Coordinates unattended reboots of Ubuntu servers

10,463 downloads

6,587 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.3.0 (latest)
  • 0.1.0
released May 22nd 2017
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 'gdsoperations-unattended_reboot', '0.3.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add gdsoperations-unattended_reboot
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install gdsoperations-unattended_reboot --version 0.3.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

gdsoperations/unattended_reboot — version 0.3.0 May 22nd 2017

Unattended reboot

Puppet module to coordinate unattended reboots for Ubuntu servers.

Used to reboot servers one-by-one during a specified window to allow security updates to take effect, e.g. kernel or libssl upgrades.

Relies on update-notifier-common to determine if a reboot is necessary.

You can specify a directory containing scripts that determine if it's safe to invoke a reboot, e.g. query your monitoring service, by setting the check_scripts_directory parameter.

You can also specify a directory of scripts to execute before the reboot occurs, e.g. remove the node from a load balancer pool, by setting the pre_reboot_scripts_directory parameter.

Requirements

Needs etcd for the mutual exclusion lock.You can find the source for our etcd Ubuntu package in our alphagov/packager repository.

Uses locksmithctl to add/remove the lock. You can find the source for our locksmithctl Ubuntu package in our alphagov/packager repository.

License

See LICENSE file.