Deploys the IBM License Metric Tool. Currently supports RHEL.


Keywords
redhat, rhel, ilmt, ibm, tivoli, license
License
MIT
Install
puppet module install huit-ilmt --version 0.3.2

Documentation

Build Status

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.