diff --git a/doc/puppet_classes/puppet_cd_3A_3Aparams.html b/doc/puppet_classes/puppet_cd_3A_3Aparams.html index 54497b2..ec0e966 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Aparams.html +++ b/doc/puppet_classes/puppet_cd_3A_3Aparams.html @@ -554,6 +554,11 @@ considered a puppet agent.
(defaults to: false) + — +whether to allow duplicated certs
+the plugin fact source
+the plugin source
+the runinterval
+where to send the run reports
+whether to show the diff
+the default run schedules
+the master port to listen on
+whether noop should be executed
+whether pluginsync should be allowed
+whether reports should be created
+whether to enable a sleeping period before runs
+the splay limit
+whether to use the cache on failure
+where to check the autosign settings
+whether to be a ca
+the external node settings (ENC)
+the log directory on the master
+Which node data plugin to use when compiling node catalogs.
+Causes an evaluation error when referencing unknown variables
+whether store client configs.
+where to store client configs
+which parser version to use
+whether to check for cert revocations
+max file size for puppetdb logging
+-31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 59 60 61 @@ -1289,10 +1386,38 @@ considered a puppet agent. 165 166 167 -168+168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196
# File 'manifests/params.pp', line 31
+ # File 'manifests/params.pp', line 59
class puppet_cd::params (
@@ -1330,7 +1455,6 @@ class puppet_cd::params (
String $pt_reports = 'foreman',
Boolean $pt_show_diff = false,
Boolean $pt_default_schedules = false,
- Boolean $pt_listen = false,
String $pt_masterport = '8140',
Boolean $pt_noop = false,
Boolean $pt_pluginsync = true,
@@ -1348,6 +1472,7 @@ class puppet_cd::params (
Boolean $pt_storeconfigs = true,
String $pt_storeconfigs_backend = 'puppetdb',
String $pt_parser = 'current',
+ Boolean $pt_cert_revocation = true,
## puppetdb
Boolean $pt_use_puppetdb = false,
String $pt_logging_max_file_size = '200MB',