On Thu, Aug 7, 2014 at 10:47 PM, Thomas Müller <[email protected]> wrote: > > 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? >
The built in template function processes the ERB on the master. However you can use something like datacat if you want client side templates: https://github.com/richardc/puppet-datacat HTH, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CACqVBqAAu579tX6ej0Pb0wEXqqQMas%3DEp2y9OqY_%2ByAqqrFOCw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
