Skip to content

Commit 3d4a12b

Browse files
committed
(CAT-2413) Put a pin for the puppet-agent version
This currently most be set to a specific version to download the agent for windows.
1 parent 46101ee commit 3d4a12b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/install_powershell.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[CmdletBinding()]
22
Param(
3-
[String]$version,
3+
# The version of the Puppet Agent to install. If not specified, the given version will be installed.
4+
# As of the change to puppetcore, a specific given version is always required, not "latest".
5+
# This should be a temporary pin.
6+
[String]$version = '8.14.0',
47
[String]$collection = 'puppet',
58
[String]$absolute_source,
69
[String]$windows_source = 'https://downloads.puppet.com',

0 commit comments

Comments
 (0)