Deploy tentacles with Puppet

Are there any puppet modules out there for managing and deploying tentacles? If not would you consider writing one?

Hi Mark,

Thanks for getting in touch! We currently don’t have a module around and its not quite on our plans to write one right now. That said, Octopus exposes pretty much all its functionalities through either a command line app or using the REST API. For example:

You could install and configure a tentacle using either the command line or a Powershell DSC resource


You can create releases, trigger deployments and more from the command line using Octo.exe

If none of those things are what you’re looking for, lets us know what it is and we’ll try to give you a hand.

Thanks

Dalmiro