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',
}
Please log tickets and issues at GitHub.