|
16 | 16 |
|
17 | 17 | #### Table of Contents
|
18 | 18 |
|
19 |
| -1. [Overview](#overview) |
20 |
| -1. [Module Description](#module-description) |
21 |
| -1. [Setup](#setup) |
22 |
| - 1. [Set up node discovery](#set-up-node-discovery) |
23 |
| - 1. [Set up auth.conf](#set-up-auth-conf) |
24 |
| -1. [Usage](#usage) |
25 |
| - 1. [Multi threaded compile requests](#multi-threaded-compile-requests) |
26 |
| - 1. [Fact search](#fact-search) |
27 |
| - 1. [Changed depth](#changed-depth) |
28 |
| - 1. [Output report](#output-report) |
29 |
| -1. [Limitations](#limitations) |
30 |
| -1. [Previous Authors](#previous-authors) |
31 |
| -1. [Contributors](#contributors) |
32 |
| -1. [See Also](#see-also) |
33 |
| - 1. [Upload facts to PuppetDB](#upload-facts-to-puppetdb) |
34 |
| - 1. [Modern fact submission](#modern-fact-submission) |
| 19 | +- [Puppet Catalog Diff](#puppet-catalog-diff) |
| 20 | + - [Table of Contents](#table-of-contents) |
| 21 | + - [Overview](#overview) |
| 22 | + - [Module Description](#module-description) |
| 23 | + - [Setup](#setup) |
| 24 | + - [Set up node discovery](#set-up-node-discovery) |
| 25 | + - [Set up auth.conf](#set-up-authconf) |
| 26 | + - [Usage](#usage) |
| 27 | + - [Multi threaded compile requests](#multi-threaded-compile-requests) |
| 28 | + - [Fact search](#fact-search) |
| 29 | + - [Node list](#node-list) |
| 30 | + - [Changed depth](#changed-depth) |
| 31 | + - [Output Report](#output-report) |
| 32 | + - [Non-default PuppetDB/Configuring PuppetDB](#non-default-puppetdbconfiguring-puppetdb) |
| 33 | + - [Use without PuppetDB](#use-without-puppetdb) |
| 34 | + - [Non-default Puppetserver](#non-default-puppetserver) |
| 35 | + - [Limitations](#limitations) |
| 36 | + - [Previous Authors](#previous-authors) |
| 37 | + - [Contributors](#contributors) |
| 38 | + - [See also](#see-also) |
| 39 | + - [Upload facts to PuppetDB](#upload-facts-to-puppetdb) |
| 40 | + - [Modern fact submission](#modern-fact-submission) |
| 41 | + - [complex fact submission](#complex-fact-submission) |
| 42 | + - [Further documentation](#further-documentation) |
35 | 43 |
|
36 | 44 |
|
37 | 45 | ## Overview
|
@@ -293,6 +301,12 @@ via CLI options Those are:
|
293 | 301 | * `--old_puppetdb_tls_key=`
|
294 | 302 | * `--old_puppetdb_tls_ca=`
|
295 | 303 |
|
| 304 | +#### Use without PuppetDB |
| 305 | + |
| 306 | +It is possible to use this module without PuppetDB. |
| 307 | +If the libraries for PuppetDB are not installed, the module will set the |
| 308 | +puppet_url parameter to `https://puppetdb:8081` and will not use PuppetDB. |
| 309 | + |
296 | 310 | ### Non-default Puppetserver
|
297 | 311 |
|
298 | 312 | `puppet catalog diff` can request an old catalog from a Puppetserver. The
|
|
0 commit comments