mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Changed AllowUpdate type for easier programmable use on Agent installation
This commit is contained in:
parent
411cfec4d4
commit
9bd709f0da
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ function Install-IcingaAgent()
|
||||||
[string]$Version,
|
[string]$Version,
|
||||||
[string]$Source = 'https://packages.icinga.com/windows/',
|
[string]$Source = 'https://packages.icinga.com/windows/',
|
||||||
[string]$InstallDir = '',
|
[string]$InstallDir = '',
|
||||||
[switch]$AllowUpdates
|
[bool]$AllowUpdates = $FALSE
|
||||||
);
|
);
|
||||||
|
|
||||||
$IcingaData = Get-IcingaAgentInstallation;
|
$IcingaData = Get-IcingaAgentInstallation;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue