Skip to content

Commit

Permalink
Fix example on how to pull facts from puppetdb
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Dec 12, 2024
1 parent 324bc78 commit 4241acd
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 4241acd

Please sign in to comment.