You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be convenient to be able to store indicator_exclusions in plan hiera
so instead of having to list exclusions in the command line bolt plan run pe_status_check::infra_summary indicator_exclusions='["S0035"]'
plan could lookup pe_status_check::indicator_exclusions from hiera, similar to the class behavior
The text was updated successfully, but these errors were encountered:
Spent some time on this today with @Aaronoftheages, and it should be possible to do this with the caveat of having to add the data to a static.yaml at the environment layer. For example, add this to hiera.yaml in Production at /etc/puppetlabs/code/environments/production/data/common.yaml
Use Case
It would be convenient to be able to store indicator_exclusions in plan hiera
so instead of having to list exclusions in the command line
bolt plan run pe_status_check::infra_summary indicator_exclusions='["S0035"]'
plan could lookup
pe_status_check::indicator_exclusions
from hiera, similar to the class behaviorThe text was updated successfully, but these errors were encountered: