Skip to content

Commit

Permalink
Add latest to Octopus Tentacle definition
Browse files Browse the repository at this point in the history
  • Loading branch information
m03 committed Oct 1, 2016
1 parent a7b0a59 commit a42c118
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions octopus-tentacle.sls
Expand Up @@ -5,7 +5,17 @@
{% else %}
{% set PLATFORM = '' %}
{% endif %}
{% set PLATFORM_LATEST = PLATFORM | replace('-x', '') -%}
octopus-tentacle:
'latest':
full_name: 'Octopus Deploy Tentacle'
installer: 'https://octopus.com/downloads/latest/OctopusTentacle{{ PLATFORM_LATEST }}'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'https://octopus.com/downloads/latest/OctopusTentacle{{ PLATFORM_LATEST }}'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
{% for version in ('3.3.17', '3.3.16') %}
'{{ version }}':
full_name: 'Octopus Deploy Tentacle'
Expand Down

0 comments on commit a42c118

Please sign in to comment.