Skip to content

Commit

Permalink
Merge pull request #345 from tuxmea/update_puppet_facts
Browse files Browse the repository at this point in the history
Fix example on how to pull facts from puppetdb
  • Loading branch information
rwaffen authored Dec 12, 2024
2 parents 324bc78 + 4241acd commit 729e54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ puppet facts --terminus puppetdb > fact_set_name.json
or

```shell
puppet facts --terminus puppetdb <node certname> > fact_set_name.json
puppet facts find <node certname> --terminus puppetdb > fact_set_name.json
```

Factsets are named based on their filename, i.e. `myfactset` in `onceover.yaml` refers `spec/factsets/myfactset.json`
Expand Down

0 comments on commit 729e54f

Please sign in to comment.