@@ -1184,8 +1184,8 @@ The following parameters are available in the `puppetdb::master::config` class:
1184
1184
* [ ` terminus_package ` ] ( #-puppetdb--master--config--terminus_package )
1185
1185
* [ ` puppet_service_name ` ] ( #-puppetdb--master--config--puppet_service_name )
1186
1186
* [ ` puppetdb_startup_timeout ` ] ( #-puppetdb--master--config--puppetdb_startup_timeout )
1187
- * [ ` restart_puppet ` ] ( #-puppetdb--master--config--restart_puppet )
1188
1187
* [ ` test_url ` ] ( #-puppetdb--master--config--test_url )
1188
+ * [ ` restart_puppet ` ] ( #-puppetdb--master--config--restart_puppet )
1189
1189
1190
1190
##### <a name =" -puppetdb--master--config--puppetdb_server " ></a >` puppetdb_server `
1191
1191
@@ -1321,15 +1321,15 @@ Default value: `true`
1321
1321
1322
1322
Data type: ` Any `
1323
1323
1324
- Puppet's config directory. Defaults to ` /etc/puppet ` .
1324
+ Puppet's config directory. Defaults to ` /etc/puppetlabs/ puppet ` .
1325
1325
1326
1326
Default value: ` $puppetdb::params::puppet_confdir `
1327
1327
1328
1328
##### <a name =" -puppetdb--master--config--puppet_conf " ></a >` puppet_conf `
1329
1329
1330
1330
Data type: ` Any `
1331
1331
1332
- Puppet's config file. Defaults to ` /etc/puppet /puppet.conf` .
1332
+ Puppet's config file. Defaults to ` ${puppet_confdir} /puppet.conf` .
1333
1333
1334
1334
Default value: ` $puppetdb::params::puppet_conf `
1335
1335
@@ -1372,6 +1372,14 @@ seconds).
1372
1372
1373
1373
Default value: ` $puppetdb::params::puppetdb_startup_timeout `
1374
1374
1375
+ ##### <a name =" -puppetdb--master--config--test_url " ></a >` test_url `
1376
+
1377
+ Data type: ` Any `
1378
+
1379
+ The URL to use for testing if the PuppetDB instance is running.
1380
+
1381
+ Default value: ` $puppetdb::params::test_url `
1382
+
1375
1383
##### <a name =" -puppetdb--master--config--restart_puppet " ></a >` restart_puppet `
1376
1384
1377
1385
Data type: ` Any `
@@ -1383,14 +1391,6 @@ files (other than `puppet.conf`).
1383
1391
1384
1392
Default value: ` true `
1385
1393
1386
- ##### <a name =" -puppetdb--master--config--test_url " ></a >` test_url `
1387
-
1388
- Data type: ` Any `
1389
-
1390
-
1391
-
1392
- Default value: ` $puppetdb::params::test_url `
1393
-
1394
1394
### <a name =" puppetdb--server " ></a >` puppetdb::server `
1395
1395
1396
1396
manage the PuppetDB server
0 commit comments