Skip to content

Commit 0bc7d45

Browse files
committed
Add entry to readme about use without PuppetDB
1 parent c466e38 commit 0bc7d45

File tree

1 file changed

+30
-16
lines changed

1 file changed

+30
-16
lines changed

README.md

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,30 @@
1616

1717
#### Table of Contents
1818

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)
3543

3644

3745
## Overview
@@ -293,6 +301,12 @@ via CLI options Those are:
293301
* `--old_puppetdb_tls_key=`
294302
* `--old_puppetdb_tls_ca=`
295303

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+
296310
### Non-default Puppetserver
297311

298312
`puppet catalog diff` can request an old catalog from a Puppetserver. The

0 commit comments

Comments
 (0)