I want to populate some data . There is RESTful API provided by Application. What is the right way in puppet to invoke REST API and populate data in that application?
Is there any inbuilt mechanism in puppet to invoke the RESTful API?
Where should the code be executed, on puppet master or an agent (other than the store)?
↧