We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46101ee commit 3d4a12bCopy full SHA for 3d4a12b
tasks/install_powershell.ps1
@@ -1,6 +1,9 @@
1
[CmdletBinding()]
2
Param(
3
- [String]$version,
+ # 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',
7
[String]$collection = 'puppet',
8
[String]$absolute_source,
9
[String]$windows_source = 'https://downloads.puppet.com',
0 commit comments