saltstack-formulas/varnish-formula

[FEATURE] Use `repo: 'varnish60lts'` by default

Opened this issue · 0 comments

myii commented

Is your feature request related to a problem?

Describe the solution you'd like

Just updated to use the latest pre-salted images in 8c5107c. The test pillar now uses:

repo: 'varnish60lts' # to specify another custom repo than default (varnish40)

Consider updating map.jinja to use these by default, changing these lines:

'repo': 'varnish40',

'repo': 'varnish40',

This probably entails using a BREAKING CHANGE commit.

Describe alternatives you've considered

Additional context