Version information
released Sep 29th 2014
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'renanvicente-shellshock', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
renanvicente/shellshock — version 0.0.2 Sep 29th 2014
This module determine the vulnerability of a bash binary to the shellshock exploits (CVE-2014-6271 or CVE-2014-7169) and then patch that where possible.
Supported platforms:
- Debian (5, 6, 7)
- Ubuntus (12.04 LTS, 14.04 LTS, 14.10)
- RHEL/CentOS (5, 6)
Usage
class {'shellshock':
}
Facter provided
facter -p shellshock
not_vulnerable
Author
- Renan Vicente (@renanvicente)
Dependencies
- puppetlabs/apt (>= 1.6.0)