Puppet Class: ilmt::params
- Inherited by:
-
ilmt
ilmt::security
- Defined in:
- manifests/params.pp
Overview
- Class
-
ilmt::params
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# File 'manifests/params.pp', line 4
class ilmt::params {
$ensure = 'present'
$agentcert = false
$agentcertfilepath = ''
$agenttemppath = '/tmp/itlm'
$citinstallpath = ''
$fipsenabled = 'n'
$installservercertificate = 'n'
$messagehandleraddress = 'localhost'
$package = false
$port = 9988
$proxyaddress = 'none'
$proxyport = 3128
$scangroup = 'DEFAULT'
$secureall = 9977
$secureauth = 9999
$securitylevel = 0
$servercert = false
$servercertfilepath = ''
$servercustomsslcertificate = 'n'
$tmpdir = '/tmp'
$useproxy = 'n'
$version = '7.5.0.115'
}
|