Skip to content

Commit

Permalink
Recommended changes to language within PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronoftheages committed Oct 18, 2023
1 parent 02b8da9 commit 33a3361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ See the following [documentation](https://puppet.com/docs/bolt/latest/hiera.html

#### Using Static Hiera data to populate indicator_exclusions when executing plans

To utilize the indicator_exclusions using hiera within the plan, place the plan_hierarchy listed in the step above the environment layer (https://www.puppet.com/docs/pe/2023.4/writing_plans_in_puppet_language_pe.html#using_hiera_with_plans)
Place the plan_hierarchy listed in the step above, in the environment layer (https://www.puppet.com/docs/pe/latest/writing_plans_in_puppet_language_pe.html#using_hiera_with_plans)

Following this create a [static.yaml] file within the code manager
Create a [static.yaml] file in the environment layer hiera data directory```
```yaml
pe_status_check::indicator_exclusions:
- '<TEST ID>'
```

Following this, Indicator ID's within lookup array will be excluded when `running pe_status_check::infra_summary` and `pe_status_check::agent_summary` p
Indicator ID's within array will be excluded when `running pe_status_check::infra_summary` and `pe_status_check::agent_summary` p

#### Running the plans

Expand Down

0 comments on commit 33a3361

Please sign in to comment.