Hi Sateesh, I need to capture the output of an exec command in puppet manifest > variable. How can I do this. >
You cannot, since the manifest is compiled into a catalog on the puppet master and then the catalog is sent to the agent, which can be on a different machine, and only then is the command defined by the exec run. Can you describe in more detail what you are actually trying to do? ( http://www.joelonsoftware.com/items/2008/01/22.html ) Cheers, Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/tj3xSM8JgTAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
