mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Improve Icinga CA question
This commit is contained in:
parent
2e69ece84c
commit
1f21de5de5
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ function Start-IcingaAgentInstallWizard()
|
|||
|
||||
if ($CanConnectToParent) {
|
||||
if ([string]::IsNullOrEmpty($CAEndpoint)) {
|
||||
$CAEndpoint = (Get-IcingaAgentInstallerAnswerInput -Prompt 'Please enter the FQDN for either ONE of your Icinga parent node/nodes or your Icinga 2 CA master' -Default 'v' -DefaultInput (Get-IPConfigFromString $EndpointConnections[0]).address).answer;
|
||||
$CAEndpoint = (Get-IcingaAgentInstallerAnswerInput -Prompt 'Please enter the IP/FQDN for either ONE of your Icinga parent nodes or your Icinga 2 CA master' -Default 'v' -DefaultInput (Get-IPConfigFromString $EndpointConnections[0]).address).answer;
|
||||
$InstallerArguments += "-CAEndpoint $CAEndpoint";
|
||||
}
|
||||
if ($null -eq $Ticket) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue