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
Pull request #200 changed how this formula manage formulas on Salt masters in a backwards-incompatible way. This causes the salt.formulas SLS to fail on masters that use the old-style format of the salt_formulas:list Pillar key, which mapped environments to lists of formulas to be cloned, with errors similar to the following:
local:
Data failed to compile:
----------
Rendering SLS 'development:salt.formulas' failed: Jinja variable 'list object' has no attribute 'items'
I like the idea of overriding the baseurl parameter on a per-formula basis (previously, it could only be overridden on a per-environment basis). I would propose that this formula adopt a gitfs_remotes-style override mechanism. For example:
This would preserve backwards compatibility while still affording end users the ability to override the formula's base URL on a case-by-case basis. In the meantime I think that #200 should be reverted---and the original behavior of the salt.formulas SLS restored.
The text was updated successfully, but these errors were encountered:
Pull request #200 changed how this formula manage formulas on Salt masters in a backwards-incompatible way. This causes the
salt.formulas
SLS to fail on masters that use the old-style format of thesalt_formulas:list
Pillar key, which mapped environments to lists of formulas to be cloned, with errors similar to the following:I like the idea of overriding the
baseurl
parameter on a per-formula basis (previously, it could only be overridden on a per-environment basis). I would propose that this formula adopt agitfs_remotes
-style override mechanism. For example:This would preserve backwards compatibility while still affording end users the ability to override the formula's base URL on a case-by-case basis. In the meantime I think that #200 should be reverted---and the original behavior of the salt.formulas SLS restored.
The text was updated successfully, but these errors were encountered: