Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 850 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 850 Bytes

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.