-
Notifications
You must be signed in to change notification settings - Fork 419
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
Add pillar parameter to set the major/minor version of SaltStack repository #293
Comments
I would really like this feature too. |
could be combined with : #291 |
@aboe76 seems good for me |
@kakwa could you make a PR? |
It's missing some version options for the other salt stuff
Op vr 26 mei 2017 09:38 schreef Éric Veiras Galisson <
notifications@github.com>:
… @aboe76 <https://github.com/aboe76> isn't #291
<#291> already
good?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#293 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABt51FfcdoGgWK-t4FHv4N4YiwUblhMXks5r9oGRgaJpZM4L5aBk>
.
|
@kakwa I will test it tomorrow. |
is this working for anyone? there is no change when i place release: '2016.3' inside my pillar file |
@partsalliance I'm sure I've pinned a subset of my minions to 2016.11 and I didn't pull any PR-branches (like #315) for this… Got to check my pillar. edit: Couldn't find anything like |
@partsalliance can you give us a redacted pillar file of the salt stuff to better understand your issue?
|
close issue, fixed with #358 |
Hello,
It would be nice if there was a way to set the version of saltstack, leveraging the already present versioning in the repository:
For example the saltstack debian repositories provide the following versioned URL:
Adding a pillar and using it in the map.jinja file could do the job. This pillar can default to
latest
to retain the current behavior.Example implementation:
This implementation seems to work fine on Debian, but I don't have the infrastructure to test it with other distributions/OSes, and I'm not sure it respects the proper guide lines. I'm only providing it as an example.
The text was updated successfully, but these errors were encountered: