changed configdir to gnupghome#2
Open
gwaters wants to merge 3 commits into
Open
Conversation
Owner
|
Thank you for this @gwaters! This project is actually more or less abandoned, since changes to deal with this has been merged in salt master here: saltstack/salt#40087. I would recommend using that solution instead, since it's more flexible! |
Author
|
Oh Wow, you got merged into master, nice! The parent issue & PR page is
EXACTLY why I love and need this.
But 28 days ago, wont be in the released version of salt yet right ?
And when it does get implemented, do I just do this ?
ext_pillar:
- stack: /path/to/stack.cfg
- - decrypt: {}
+ - gpg: {}
Thanks,
Gary
…On 04/13/2017 12:25 AM, Ivar Larsson wrote:
Thank you for this @gwaters <https://github.com/gwaters>! This project
is actually more or less abandoned, since changes to deal with this has
been merged in salt master here: saltstack/salt#40087
<saltstack/salt#40087>.
I would recommend using that solution instead, since it's more flexible!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG595e8jBI3RyRrphOLhcDYQp-mH3nwYks5rvc3rgaJpZM4M5Jn6>.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I love that you made this! But when I tried to use it on a Trusty Ubuntu Master and a Centos 7.3 master, salt / python threw errors that it didnt know what homedir was. I looked at python-gnupg and there wasnt an option called homedir. Weird. What are you running for your master ? Anyway, this is what I changed to get it to work.