On Tuesday, April 7, 2015 at 8:09:41 AM UTC+12, varun umesh wrote: > > I am planning to use puppet for the configuration of a custom network > appliance. My main problem is i am unable to install puppet on the > appliance, as it is not supported. I have access to the rest api's exposed > by the appliance. So can i use puppet to make the rest api calls and try to > do the configurations as and when a parameter changes? Could anybody > suggest me a good way to handle this problem? > > Thanks! >
Hello, You can use a slave node ( which you can install Puppet and attached the module ), your module will do the call to ReST API of your appliance. Cheers Lupin -- 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/0f0d7042-08ec-4863-a05a-08111aec965c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
