- Module Description - What the module does and why it is useful
- Setup - The basics
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
This Puppet module manages the agent component of Lithnet Access Manager.
Installs the Lithnet Access Manager agent package. Optionally registers the agent with the AMS server.
If using the registration feature, an active Lithnet AMS server is required, configured with support for Lithnet LAPS and registration of clients using keys. More information can be found in the Setting up Lithnet LAPS section of the documentation.
Include the main 'lithnetamagent' class.
To simply install the agent without any further actions, just include the main 'lithnetamagent' class.
To enable agent registration, set the following params via module args / hiera:
register_agent
: true/falseams_server
: [ip/hostname]reg_key
: [key string]
Currently only supports RHEL/CentOS 7, 8 & 9.