-
Notifications
You must be signed in to change notification settings - Fork 180
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
How to best handle custom installation paths #336
Comments
ZD-689 |
@rickh563 not sure what ZD-689 means, but this and similar winrepo-ng improvements should be possible without any changes required? Just using jinja2 power and syntax in combination with salt environments and pillar lookup properly, right? |
2 tasks
@TheBigBear ZD numbers reference our internal tracking system for enterprise customers. |
TheBigBear
added a commit
that referenced
this issue
May 21, 2016
…2015.8.10-1 Update salt-minion to ver. 2015.8.10
TheBigBear
added a commit
that referenced
this issue
May 21, 2016
Merge pull request #336 from TheBigBear/TheBigBear-upd-salt-minion-v-2015.8.10-1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to install most packages (aside from salt itself) into the path
D:\Program Files
to achieve this I have used a custom grain calledprogram_files
in my package sls files:But using the grain in this fashion requires me to fork any packages that I want to change and prevents me from sharing these packages upstream. Is there a better way to override the installation path? I experimented with using the environ state to override the
%ProgramFiles%
environment variable without any success.The text was updated successfully, but these errors were encountered: