-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Added execution functions to work with base64 encoded files; added state function to manage base64 encoded files #19935
Conversation
One way to better the minion-side integration is to just add a Thoughts? |
I think the best way to better master-side integration is to wrap this with an ext_pillar module. Syntax could look like this: ext_pillar:
- base64_encode:
path:to:data1: /path/to/file1
path:to:data2: /path/to/file2 Available via a |
Yes, I think that we should stick with contents_pillar, and lean on the file.managed stuff as much as possible |
Roger that. I can't re-use file.managed for this but I will add a On Thu Jan 22 2015 at 1:41:54 PM Thomas S Hatch notifications@github.com
|
More commits incoming... On Thu Jan 22 2015 at 1:44:00 PM Seth House seth@eseth.com wrote:
|
@whiteinge what is the status here? |
Swamped with business-needs work. Still need to get this done. On Fri, Feb 6, 2015 at 10:19 AM, Thomas S Hatch notifications@github.com
|
Bump @whiteinge. Just looking for a status update here. Thanks! |
Thanks for the ping. I'm realistically four weeks out before I can return to this at best. :-/ I'll reopen this at that time. |
@whiteinge Hello, any progress on this feature? |
@baniobloom I don't have any time to work on the bullets listed above. That said the execution and state module are perfectly functional. I've opened #26690 with the |
Still needs:
Existing minion-side Pillar integration looks like this:
Existing master-side Pillar integration looks like this: