Re: [Puppet Users] Have Puppet *call* REST APIs

2013-01-05 Thread Ohad Levy
On Fri, Jan 4, 2013 at 4:22 PM, Rob Johnson wrote: > Hi Craig, > > Thanks for your reply. > > I'm looking to post requests to a server that configures properties of > that server after standing it up. So, I would envision sending requests > from puppet master in this case to one server. > > It w

Re: [Puppet Users] How to clone alfresco on puppet agents?

2013-01-05 Thread lalit jangra
Thanks, Indeed alfresco can not be told as a package as it contains a number of installations in a tar ball or .bin file. Also i could not find any package named alfresco using puppet resource package | grep alfresco command. So do i have to create my own custom puppet scripts? If so, can anyb