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
Is there any way to order locations in the way they are defined in my hiera yaml file? I am trying to go from static configs and erb templates being pushed to servers to automatically generated configs with this module and hiera, and my virtual host config is a mess! How can i maintain the order of locations?
The text was updated successfully, but these errors were encountered:
I need the same kind of thing. According to the doc, order is important especially for regexp:
[…]the location with the longest matching prefix is selected and remembered. Then regular
expressions are checked, in the order of their appearance in the configuration file. The search of
regular expressions terminates on the first match, and the corresponding configuration is used
this is a mighty module. I do not think ordering the parameters would change anything. But patches regarding the documentation of this module are always welcome.
Is there any way to order locations in the way they are defined in my hiera yaml file? I am trying to go from static configs and erb templates being pushed to servers to automatically generated configs with this module and hiera, and my virtual host config is a mess! How can i maintain the order of locations?
The text was updated successfully, but these errors were encountered: