Skip to content

Commit 8756b99

Browse files
author
Kevin Paulisse
committed
Documentation typo fix
1 parent 7cf8f64 commit 8756b99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/advanced-hiera-path-stripping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example, perhaps your production hiera.yaml file has entries such as the fol
1818
:datadir: /etc/puppetlabs/code/environments/%{environment}/hieradata
1919
```
2020

21-
However, when you run octocatalog-diff on a machine that is not a Puppet master, the hiera data will not actually be found in `/etc/puppetlabs/code/environments/production/hieradata`, but rather in a directory called `hiera` relative to the checkout of your Puppet code.
21+
However, when you run octocatalog-diff on a machine that is not a Puppet master, the hiera data will not actually be found in `/etc/puppetlabs/code/environments/production/hieradata`, but rather in a directory called `hieradata` relative to the checkout of your Puppet code.
2222

2323
Specifying `--hiera-path-strip PATH` causes octocatalog-diff to munge the datadir for the YAML and JSON configuration. The correct command in this case is now:
2424

doc/configuration-hiera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ octocatalog-diff will fail if you specify a path that is not a directory.
9292
9393
This is a different, and potentially more complex, alternative to `hiera-path` / `settings[:hiera_path]` described in the prior section. Unless you have a very good reason, you should prefer to use the instructions above.
9494
95-
If you need to use the prefix path strip option, see: [Configuring octocatalog-diff to use Hiera path stripping](/doc/advanced-hiera-path-stripping.md).
95+
If you need to use the more complex path strip alternative, see: [Configuring octocatalog-diff to use Hiera path stripping](/doc/advanced-hiera-path-stripping.md).

0 commit comments

Comments
 (0)