Thomas Müller
unread,Aug 8, 2014, 1:47:47 AM8/8/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi
We have some requirement to integrated with a password management tool.
We only have access to the credentials on the agent-side and we may not
put them into a fact.
two possible solutions come to mind:
- we could create ruby functions to query the credentials. If they could
be used in erb templates and if they could be evaluated on agent-side. But
I think the whole ERB template is parsed on the master-side - is this
assumption correct?
- create a "postrun_command framework" which takes configuration
templates generated by puppet, replaces password place-holders, restarts
services, ...
Somehow the first variant is more appealing to me or maybe there is even
a more easy solution for such a problem? :)
- Thomas