Re: [Puppet Users] Transaction style resources

2020-11-11 Thread David Schmitt
The Palo Alto module is a good example for talking to an API. It also contains panos_commit which activates all collected config changes that were already uploaded to the devi

[Puppet Users] Transaction style resources

2020-11-10 Thread juliogu...@gmail.com
Hi all, Currently I'm working of implementing some puppet types and providers that will talk with a RESTful API that support transaction style queueing of requests. Just like in SQL you can BEGIN a transaction, put a lot of changes on the transaction and COMMIT all of them as a single unit. I