Puppet Class: ibmwasihs::params

Defined in:
manifests/params.pp

Overview



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'manifests/params.pp', line 1

class ibmwasihs::params{
  $traceLevel                      = 'INFO'
  $traceFormat                     = 'all'
  $installType                     = 'installNew'
  $silentInstallLicenseAcceptance  = true
  $allowNonRootSilentInstall       = false
  $httpPort                        = '80'
  $adminPort                       = '8008'
  $installHttpService              = false
  $installAdminService             = false
  $httpServiceName                 = 'IBM_HTTP_Server_7.0'
  $adminServiceName                = 'IBM_HTTP_Administration_7.0'
  $winServiceLogOnAs               = 'user'
  $winServiceUser                  = 'root'
  $winServiceStartType             = 'automatic'
  $createAdminAuth                 = true
  $runSetupAdmin                   = true
  $createAdminUserGroup            = true
  $installPlugin                   = true
}