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
I want to change the default_branch r10k setting in the webhook config. Because the class parameter is a hash, I have to provide a complete hash when calling the class, even when I only want to alter one value. This seems duplicative. It also increases the chance that I'll have to go back and manually update Hiera if the forge module adds, removes, or changes a parameter that I'm not concerned with.
If I don't, those settings get excluded from the config file.
Am I missing something? Is there another way to do this cleanly? If not, please change the class parameters to be individual rather than grouping them into hashes.
The text was updated successfully, but these errors were encountered:
I want to change the
default_branch
r10k setting in the webhook config. Because the class parameter is a hash, I have to provide a complete hash when calling the class, even when I only want to alter one value. This seems duplicative. It also increases the chance that I'll have to go back and manually update Hiera if the forge module adds, removes, or changes a parameter that I'm not concerned with.From manifests/webhook.pp:
So instead of adding this to my Hiera config:
I have to add this:
If I don't, those settings get excluded from the config file.
Am I missing something? Is there another way to do this cleanly? If not, please change the class parameters to be individual rather than grouping them into hashes.
The text was updated successfully, but these errors were encountered: