Forge Home

update_manager

Release updates file management

9,693 downloads

9,415 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

  • 1.0.1 (latest)
  • 1.0.0
released Dec 1st 2014
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 'initforthe-update_manager', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add initforthe-update_manager
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install initforthe-update_manager --version 1.0.1

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

initforthe/update_manager — version 1.0.1 Dec 1st 2014

puppet-update-manager

Release updates file management for puppet

Usage

include update_manager

or

class { 'update_manager': }

Parameters

There are two parameters to the update_manager class: $ensure and $prompt.

  • $ensure can be one of present and absent
  • $prompt can be one of lts, never and normal

Example

class { 'update_manager':
    ensure => present,
    prompt => 'lts',
}