diff --git a/doc/_index.html b/doc/_index.html index e7b4544..882afe2 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -93,6 +93,11 @@ +
  • + puppet_cd::main::install + +
  • +
  • puppet_cd::main::user diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html index f42505a..e46539b 100644 --- a/doc/puppet_class_list.html +++ b/doc/puppet_class_list.html @@ -71,28 +71,35 @@
  • -
  • +
  • +
    + puppet_cd::main::install +
    +
  • + + +
  • puppet_cd::main::user
  • -
  • +
  • puppet_cd::params
  • -
  • +
  • puppet_cd::r10k::install
  • -
  • +
  • puppet_cd::server::service
    diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html index 292829a..4d5211e 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html @@ -113,13 +113,7 @@ 15 16 17 -18 -19 -20 -21 -22 -23 -24 +18
    # File 'manifests/main/install.pp', line 6
    @@ -136,12 +130,6 @@ class puppet_cd::main::install (
           ensure => $pt_pkg_ensure,
         }
       }
    -
    -  if $fqdn == $pt_db_fqdn {
    -    package { $pt_db_pkg:
    -      ensure  => $pt_pkg_ensure,
    -    }
    -  }
     }
    diff --git a/doc/puppet_classes/puppet_cd_3A_3Aparams.html b/doc/puppet_classes/puppet_cd_3A_3Aparams.html index db426ba..5d1c69d 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Aparams.html +++ b/doc/puppet_classes/puppet_cd_3A_3Aparams.html @@ -75,6 +75,8 @@ puppet_cd::main::config
    + puppet_cd::main::install
    + puppet_cd::r10k::install
    puppet_cd::server::service
    @@ -146,22 +148,6 @@
  • -
  • - - pt_db_fqdn - - - (String) - - - - — -
    -

    the fqdn for the puppetdb host.

    -
    - -
  • -
  • pt_pkg_ensure @@ -224,8 +210,6 @@ (Array) - (defaults to: ['puppetdb','puppetdb-termini']) - —
    @@ -252,54 +236,6 @@
  • -
  • - - pt_no_ssl_port - - - (String) - - - - — -
    -

    non-ssl port number for puppetdb

    -
    - -
  • - -
  • - - pt_ssl_port - - - (String) - - - - — -
    -

    ssl port for puppetdb

    -
    - -
  • - -
  • - - pt_use_ssl_only - - - (Boolean) - - - - — -
    -

    whether to use ssl only.

    -
    - -
  • -
  • pt_user @@ -372,102 +308,6 @@
  • -
  • - - pt_manage_db_user - - - (Boolean) - - - - — -
    -

    whether to manage the user for puppetdb

    -
    - -
  • - -
  • - - pt_db_user - - - (String) - - - - — -
    -

    the puppetdb user

    -
    - -
  • - -
  • - - pt_db_user_comment - - - (String) - - - - — -
    -

    the user comment for puppetdb user

    -
    - -
  • - -
  • - - pt_db_user_home - - - (String) - - - - — -
    -

    the user home for the puppetdb user

    -
    - -
  • - -
  • - - pt_db_user_shell - - - (String) - - - - — -
    -

    the shell for the puppetdb user

    -
    - -
  • - -
  • - - pt_use_puppetdb - - - (Boolean) - - - - — -
    -

    whether to use puppetdb on host

    -
    - -
  • -
  • pt_environment @@ -954,358 +794,6 @@
  • -
  • - - pt_logging_max_file_size - - - (String) - - - - — -
    -

    max file size for puppetdb logging

    -
    - -
  • - -
  • - - pt_logging_max_history - - - (String) - - - - — -
    -

    max logging history

    -
    - -
  • - -
  • - - pt_logging_total_size - - - (String) - - - - — -
    -

    total size of logging file

    -
    - -
  • - -
  • - - pt_com_proc_threads - - - (String) - - - - — -
    -

    number of processing threads

    -
    - -
  • - -
  • - - pt_concurrent_writes - - - (String) - - - - — -
    -

    max concurrent writes

    -
    - -
  • - -
  • - - pt_db_subname - - - (String) - - - - — -
    -

    the db name

    -
    - -
  • - -
  • - - pt_db_username - - - (String) - - - - — -
    -

    the db username

    -
    - -
  • - -
  • - - pt_db_password - - - (String) - - - - — -
    -

    the db password

    -
    - -
  • - -
  • - - pt_gc_interval - - - (String) - - - - — -
    -

    garbage collection interval (Java)

    -
    - -
  • - -
  • - - pt_log_slow_statements - - - (String) - - - - — -
    -

    number of seconds before an SQL query is considered “slow.”

    -
    - -
  • - -
  • - - pt_puppetdb_source_lan - - - (String) - - - - — -
    -

    the source lan for puppetdb clients

    -
    - -
  • - -
  • - - pt_soft_write_failure - - - (Boolean) - - - - — -
    -

    allows the PuppetDB-termini to fail softly if PuppetDB is not accessible for command submission.

    -
    - -
  • - -
  • - - pt_no_ssl_host - - - (String) - - - - — -
    -

    ip range for non-ssl hosts

    -
    - -
  • - -
  • - - pt_ssl_host - - - (String) - - - - — -
    -

    ip range for SSL hosts

    -
    - -
  • - -
  • - - pt_ssl_key - - - (String) - - - - — -
    -

    location of the private key

    -
    - -
  • - -
  • - - pt_ssl_cert - - - (String) - - - - — -
    -

    location of the ssl cert

    -
    - -
  • - -
  • - - pt_ssl_ca_cert - - - (String) - - - - — -
    -

    location of the ssl ca cert

    -
    - -
  • - -
  • - - pt_log_access - - - (Boolean) - - - - — -
    -

    whether to configure log access

    -
    - -
  • - -
  • - - pt_access_log_config - - - (String) - - - - — -
    -

    the location of the access log config

    -
    - -
  • - -
  • - - pt_enable_repl - - - (Boolean) - - - - — -
    -

    whether to allow puppetdb replication

    -
    - -
  • - -
  • - - pt_repl_port - - - (String) - - - - — -
    -

    the replication port

    -
    - -
  • - -
  • - - pt_repl_host - - - (String) - - - - — -
    -

    the replication host

    -
    - -
  • -
  • pt_use_r10k @@ -1461,6 +949,40 @@
     
     
    +55
    +56
    +57
    +58
    +59
    +60
    +61
    +62
    +63
    +64
    +65
    +66
    +67
    +68
    +69
    +70
    +71
    +72
    +73
    +74
    +75
    +76
    +77
    +78
    +79
    +80
    +81
    +82
    +83
    +84
    +85
    +86
    +87
    +88
     89
     90
     91
    @@ -1531,45 +1053,10 @@
     156
     157
     158
    -159
    -160
    -161
    -162
    -163
    -164
    -165
    -166
    -167
    -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
    +159 -
    # File 'manifests/params.pp', line 89
    +        
    # File 'manifests/params.pp', line 55
     
     class puppet_cd::params (
     
    @@ -1580,8 +1067,7 @@ class puppet_cd::params (
       String $pt_pkg_ensure             = 'latest',
       String $pt_agent_pkg              = 'puppet-agent',
       String $pt_server_pkg             = 'puppetserver',
    -  Array $pt_db_pkg                  = ['puppetdb','puppetdb-termini'],
    -  Array $pt_r10k_pkg                = ['ruby','ruby-devel','rubygems','gcc','make'],
    +    Array $pt_r10k_pkg                = ['ruby','ruby-devel','rubygems','gcc','make'],
       Array $pt_r10k_webhook_pkg        = ['webrick', 'r10k_gitlab_webhook'],
     
       # user settings