Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tasks/install_powershell.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[CmdletBinding()]
Param(
[String]$version,
# The version of the Puppet Agent to install. If not specified, the given version will be installed.
# As of the change to puppetcore, a specific given version is always required, not "latest".
# This should be a temporary pin.
[String]$version = '8.14.0',
[String]$collection = 'puppet',
[String]$absolute_source,
[String]$windows_source = 'https://downloads.puppet.com',
Expand Down
Loading