-
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
Allow pillar to point to a file inside pillar roots. #3790
Comments
Duplicate of: #1543 |
Actually, #1543 is quite a bit different from what I can tell. |
+1 |
1 similar comment
+1 |
It shouldn't be too hard to implement this in pure Python. You would simply read the file and then return a dictionary with the data. Something along the lines of:
You would naturally want to write better Python code there, but that is the general idea. I'd still like to see the functionality proposed in this wishlist bug though. |
+1 |
1 similar comment
+1 |
The way we do it:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Allow pillar to point to a file inside pillar roots. The contents of that file then become the value of that pillar key.
Example use case: deploy ssh keys
The text was updated successfully, but these errors were encountered: