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 @@ +
# 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,
- }
- }
}
the fqdn for the puppetdb host.
-non-ssl port number for puppetdb
-ssl port for puppetdb
-whether to use ssl only.
-whether to manage the user for puppetdb
-the puppetdb user
-the user comment for puppetdb user
-the user home for the puppetdb user
-the shell for the puppetdb user
-whether to use puppetdb on host
-max file size for puppetdb logging
-max logging history
-total size of logging file
-number of processing threads
-max concurrent writes
-the db name
-the db username
-the db password
-garbage collection interval (Java)
-number of seconds before an SQL query is considered “slow.”
-the source lan for puppetdb clients
-allows the PuppetDB-termini to fail softly if PuppetDB is not accessible for command submission.
-ip range for non-ssl hosts
-ip range for SSL hosts
-location of the private key
-location of the ssl cert
-location of the ssl ca cert
-whether to configure log access
-the location of the access log config
-whether to allow puppetdb replication
-the replication port
-the replication host
-+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