Skip to content

Releases: rsWinAutomationSupport/OctopusDSC

External version of module

Choose a tag to compare

@leshkinski leshkinski released this 04 Feb 12:44

This version allow for adding server thumbprint on tentacles and leaving tentacles unmanaged until manually registered on the server. Used to address a single use-case. Expected to be addressed by the main version in the future.
Usage:

    cTentacleAgent OctopusTentacle 
    { 
        Ensure = "Present" 
        State  = "Started" 
        Name   = "Tentacle"           
        AutoRegister = $false
        OctopusServerThumbprint = '<server_thumbprint>'
        ListenPort                  = 10933
        DefaultApplicationDirectory = "C:\Applications"
        OctopusHomeDirectory        = "C:\Octopus"
    }

v2.1.0

Choose a tag to compare

@jonathan-madison jonathan-madison released this 05 May 16:06

Adds support for multiple deploy projects on one node.

New release for use with rsProvisioining v2.0.0

Choose a tag to compare

@nick-o nick-o released this 08 Jan 14:03
adding functionality to give specific version to deploy on initial de…

First tag of OctopusDSC Resource Module

Choose a tag to compare

@nick-o nick-o released this 04 Dec 16:46

Resources included in this module:

  • cTentacleAgent