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

+
+
  • @@ -567,6 +572,11 @@ considered a puppet agent.

    (defaults to: 'pluginfacts') + — +
    +

    the plugin fact source

    +
    +
  • @@ -580,109 +590,10 @@ considered a puppet agent.

    (defaults to: 'plugins') -
  • - -
  • - - pt_reports - - - (String) - - - (defaults to: 'foreman') - - -
  • - -
  • - - pt_show_diff - - - (Boolean) - - - (defaults to: false) - - -
  • - -
  • - - pt_default_schedules - - - (Boolean) - - - (defaults to: false) - - -
  • - -
  • - - pt_listen - - - (Boolean) - - - (defaults to: false) - - -
  • - -
  • - - pt_masterport - - - (String) - - - (defaults to: '8140') - - -
  • - -
  • - - pt_noop - - - (Boolean) - - - (defaults to: false) - - -
  • - -
  • - - pt_pluginsync - - - (Boolean) - - - (defaults to: true) - - -
  • - -
  • - - pt_report - - - (Boolean) - - - (defaults to: true) - + — +
    +

    the plugin source

    +
  • @@ -697,6 +608,137 @@ considered a puppet agent.

    (defaults to: '1800') + — +
    +

    the runinterval

    +
    + + + +
  • + + pt_reports + + + (String) + + + (defaults to: 'foreman') + + + — +
    +

    where to send the run reports

    +
    + +
  • + +
  • + + pt_show_diff + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    whether to show the diff

    +
    + +
  • + +
  • + + pt_default_schedules + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    the default run schedules

    +
    + +
  • + +
  • + + pt_masterport + + + (String) + + + (defaults to: '8140') + + + — +
    +

    the master port to listen on

    +
    + +
  • + +
  • + + pt_noop + + + (Boolean) + + + (defaults to: false) + + + — +
    +

    whether noop should be executed

    +
    + +
  • + +
  • + + pt_pluginsync + + + (Boolean) + + + (defaults to: true) + + + — +
    +

    whether pluginsync should be allowed

    +
    + +
  • + +
  • + + pt_report + + + (Boolean) + + + (defaults to: true) + + + — +
    +

    whether reports should be created

    +
    +
  • @@ -710,6 +752,11 @@ considered a puppet agent.

    (defaults to: false) + — +
    +

    whether to enable a sleeping period before runs

    +
    +
  • @@ -723,6 +770,11 @@ considered a puppet agent.

    (defaults to: '1800') + — +
    +

    the splay limit

    +
    +
  • @@ -736,6 +788,11 @@ considered a puppet agent.

    (defaults to: true) + — +
    +

    whether to use the cache on failure

    +
    +
  • @@ -749,6 +806,11 @@ considered a puppet agent.

    (defaults to: '/etc/puppetlabs/puppet/autosign.conf') + — +
    +

    where to check the autosign settings

    +
    +
  • @@ -762,6 +824,11 @@ considered a puppet agent.

    (defaults to: true) + — +
    +

    whether to be a ca

    +
    +
  • @@ -775,6 +842,11 @@ considered a puppet agent.

    (defaults to: '/etc/puppetlabs/puppet/node.rb') + — +
    +

    the external node settings (ENC)

    +
    +
  • @@ -788,6 +860,11 @@ considered a puppet agent.

    (defaults to: '/var/log/puppetlabs/puppetserver') + — +
    +

    the log directory on the master

    +
    +
  • @@ -801,6 +878,11 @@ considered a puppet agent.

    (defaults to: 'exec') + — +
    +

    Which node data plugin to use when compiling node catalogs.

    +
    +
  • @@ -814,6 +896,11 @@ considered a puppet agent.

    (defaults to: false) + — +
    +

    Causes an evaluation error when referencing unknown variables

    +
    +
  • @@ -827,6 +914,11 @@ considered a puppet agent.

    (defaults to: true) + — +
    +

    whether store client configs.

    +
    +
  • @@ -840,6 +932,11 @@ considered a puppet agent.

    (defaults to: 'puppetdb') + — +
    +

    where to store client configs

    +
    +
  • @@ -853,6 +950,29 @@ considered a puppet agent.

    (defaults to: 'current') + — +
    +

    which parser version to use

    +
    + +
  • + +
  • + + pt_cert_revocation + + + (Boolean) + + + (defaults to: true) + + + — +
    +

    whether to check for cert revocations

    +
    +
  • @@ -866,6 +986,11 @@ considered a puppet agent.

    (defaults to: '200MB') + — +
    +

    max file size for puppetdb logging

    +
    +
  • @@ -1152,34 +1277,6 @@ considered a puppet agent.

     
     
    -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',