Version information
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
Add this module to your Puppetfile:
mod 'ceritsc-sysupdate', '0.9.3'
Learn more about managing modules with a PuppetfileDocumentation
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
2020-02-06 - Release 0.9.3
Update for Puppet 6
Fixes
- remove deprecated timeout option
2017-06-03 - Release 0.9.2
Update for Puppet 4
2016-04-13 - Release 0.9.1
Parametrized update command on reboot.
Features
- Parametrized $command_on_reboot for system update on reboot
2015-09-22 - Release 0.9.0
Summary
Initial release.
Dependencies
- puppetlabs/stdlib (>= 4.0.0)
The MIT License (MIT) Copyright (c) 2014-2016 CERIT-SC, Institute of Computer Science, Masaryk University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.