Version information
released Dec 8th 2014
This version is compatible with:
- Puppet Enterprise 3.3.x
- Puppet 3.0
- RedHat, CentOS, Scientific, OracleLinux
Start using this module
Add this module to your Puppetfile:
mod 'ceritsc-elrepo', '0.9.3'
Learn more about managing modules with a PuppetfileDocumentation
ceritsc/elrepo — version 0.9.3 Dec 8th 2014
Puppet ELRepo module
This module adds ELRepo Yum repository.
Requirements
Module has been tested on:
- Puppet 3.0
- CentOS 6.3
- Puppet Yum module (https://github.com/CERIT-SC/puppet-yum)
Quick Start
Add repository
include elrepo
Full configuration options:
class { 'elrepo':
ensure => present|absent, # ensure state
version => 6, # system major release
proxy => absent|'...', # URL or absent
gpgcheck => 1|0, # check GPG signatures
gpgkey => '...', # local path to GPG key
enabled => 1|0, # enabled main repository
enabled_testing => 1|0, # enabled testing repo.
enabled_kernel => 1|0, # enabled kernel repo.
enabled_extras => 1|0, # enabled extras repo.
}
CERIT Scientific Cloud, support@cerit-sc.cz
2014-12-08 - Release 0.9.3
Fix file/directory permissions.
Bugfixes
- Fix PF module archive file/directory permissions.
2014-09-02 - Release 0.9.2
Summary
Fix metadata.json
Bugfixes
- Fix metadata.json module dependencies
2014-08-08 - Release 0.9.1
Summary
Fix supported OS detection.
Bugfixes
- Fix wrong detection of supported OS
2014-08-07 - Release 0.9.0
Summary
Initial release.
Dependencies
- puppetlabs/stdlib (>= 4.0.0)
- ceritsc/yum (>= 0.9.0)
The MIT License (MIT) Copyright (c) 2014 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.