Version information
released Sep 10th 2014
Start using this module
Add this module to your Puppetfile:
mod 'huit-ilmt', '0.3.2'
Learn more about managing modules with a PuppetfileDocumentation
huit/ilmt — version 0.3.2 Sep 10th 2014
ilmt
This module deploys the IBM License Metric Tool agent on RHEL (and clone) systems. You must either provide the module with a Puppet fileserver URI from which it can download the agent RPM, or you must take care of installing the package yourself; in this second case the only effect of this module will be to write a response file and store it in /etc/response_file.txt
.
Sample use:
class { 'ilmt':
ensure => 'present',
securitylevel => 1,
installservercertificate => 'y',
}
Support
Please log tickets and issues at GitHub.
Changelog
0.3.2 2014-09-10
- update: Make yum the default package provider
- bugfix: Correct Modulefile name and add a metadata.json
0.3.1 2014-02-25
- bugfix:
itlmdir
param is not used anywhere and also causes compilation to fail - bugfix: default value for
agenttemppath
param is incorrect
0.3.0 2014-02-13
- feature: apparently we do not love the
agentenable
parameter
0.2.0 2014-02-13
- feature:
agentenable
parameter controls whether ILMT agent is enabled after installation
0.1.2 2014-02-11
- bugfix: no more restarting service on every Puppet run
0.1.1 2013-12-16
- initial release (not really)
Dependencies
- puppetlabs/stdlib (>= 3.2.0)