Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(bug) Do not warn valid top level inventory config #2742

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

donoghuc
Copy link
Member

Setting plugin_hooks as a top level key in inventory.yaml is valid (I want to apply the same plugin hook config to every target). Previously a warning that plugin_hooks is an "unknown option" when set at the top level of an inventory file was raised. This commit stops that warning by allow listing the setting.

!bug

  • Do not warn on top level plugin_hooks config

    Bolt no longer warns that plugin_hooks are an unknown option when configured in inventory file.

Setting `plugin_hooks` as a top level key in `inventory.yaml` is valid (I want to apply the same plugin hook config to every target). Previously a warning that `plugin_hooks` is an "unknown option" when set at the top level of an inventory file was raised. This commit stops that warning by allow listing the setting.

!bug

* **Do not warn on top level `plugin_hooks` config**

  Bolt no longer warns that `plugin_hooks` are an unknown option when configured in inventory file.
@donoghuc donoghuc requested a review from a team as a code owner March 25, 2021 21:22
@beechtom beechtom merged commit a0e78ab into puppetlabs:main Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants