diff --git a/doc/31-Changelog.md b/doc/31-Changelog.md index bc2ab28..a97eeff 100644 --- a/doc/31-Changelog.md +++ b/doc/31-Changelog.md @@ -14,6 +14,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic ### Bugfixes * [#311](https://github.com/Icinga/icinga-powershell-framework/issues/311) Fixes an issue with negative inputs on some scenarios which will cause an exception for checks instead of continuing executing them properly +* [#317](https://github.com/Icinga/icinga-powershell-framework/pull/317) Fixes certain file names being too long, causing errors on deploying branches ### Enhancements diff --git a/lib/core/installer/menu/installation/Add-IcingaForWindowsInstallationAdvancedEntries.psm1 b/lib/core/installer/menu/installation/AdvancedEntries.psm1 similarity index 100% rename from lib/core/installer/menu/installation/Add-IcingaForWindowsInstallationAdvancedEntries.psm1 rename to lib/core/installer/menu/installation/AdvancedEntries.psm1 diff --git a/lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentDirectory.psm1 b/lib/core/installer/menu/installation/agent/AgentDirectory.psm1 similarity index 100% rename from lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentDirectory.psm1 rename to lib/core/installer/menu/installation/agent/AgentDirectory.psm1 diff --git a/lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentServicePassword.psm1 b/lib/core/installer/menu/installation/agent/AgentServicePassword.psm1 similarity index 100% rename from lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentServicePassword.psm1 rename to lib/core/installer/menu/installation/agent/AgentServicePassword.psm1 diff --git a/lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentUser.psm1 b/lib/core/installer/menu/installation/agent/AgentUser.psm1 similarity index 100% rename from lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentUser.psm1 rename to lib/core/installer/menu/installation/agent/AgentUser.psm1 diff --git a/lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentVersion.psm1 b/lib/core/installer/menu/installation/agent/AgentVersion.psm1 similarity index 100% rename from lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallationMenuEnterIcingaAgentVersion.psm1 rename to lib/core/installer/menu/installation/agent/AgentVersion.psm1 diff --git a/lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallerMenuEnterIcingaAgentPackageSource.psm1 b/lib/core/installer/menu/installation/agent/EnterIcingaAgentPackageSource.psm1 similarity index 100% rename from lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallerMenuEnterIcingaAgentPackageSource.psm1 rename to lib/core/installer/menu/installation/agent/EnterIcingaAgentPackageSource.psm1 diff --git a/lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallerMenuSelectIcingaAgentSource.psm1 b/lib/core/installer/menu/installation/agent/SelectIcingaAgentSource.psm1 similarity index 100% rename from lib/core/installer/menu/installation/agent/Show-IcingaForWindowsInstallerMenuSelectIcingaAgentSource.psm1 rename to lib/core/installer/menu/installation/agent/SelectIcingaAgentSource.psm1 diff --git a/lib/core/installer/menu/installation/certificate/Show-IcingaForWindowsInstallerMenuEnterIcingaCAFile.psm1 b/lib/core/installer/menu/installation/certificate/EnterIcingaCAFile.psm1 similarity index 100% rename from lib/core/installer/menu/installation/certificate/Show-IcingaForWindowsInstallerMenuEnterIcingaCAFile.psm1 rename to lib/core/installer/menu/installation/certificate/EnterIcingaCAFile.psm1 diff --git a/lib/core/installer/menu/installation/certificate/Show-IcingaForWindowsInstallerMenuEnterIcingaTicket.psm1 b/lib/core/installer/menu/installation/certificate/EnterIcingaTicket.psm1 similarity index 100% rename from lib/core/installer/menu/installation/certificate/Show-IcingaForWindowsInstallerMenuEnterIcingaTicket.psm1 rename to lib/core/installer/menu/installation/certificate/EnterIcingaTicket.psm1 diff --git a/lib/core/installer/menu/installation/certificate/Show-IcingaForWindowsInstallerMenuSelectCertificate.psm1 b/lib/core/installer/menu/installation/certificate/SelectCertificate.psm1 similarity index 100% rename from lib/core/installer/menu/installation/certificate/Show-IcingaForWindowsInstallerMenuSelectCertificate.psm1 rename to lib/core/installer/menu/installation/certificate/SelectCertificate.psm1 diff --git a/lib/core/installer/menu/installation/director/Resolve-IcingaForWindowsManagementConsoleInstallationDirectorTemplate.psm1 b/lib/core/installer/menu/installation/director/DirectorTemplate.psm1 similarity index 100% rename from lib/core/installer/menu/installation/director/Resolve-IcingaForWindowsManagementConsoleInstallationDirectorTemplate.psm1 rename to lib/core/installer/menu/installation/director/DirectorTemplate.psm1 diff --git a/lib/core/installer/menu/installation/director/Show-IcingaForWindowsManagementConsoleInstallationEnterDirectorUrl.psm1 b/lib/core/installer/menu/installation/director/DirectorUrl.psm1 similarity index 100% rename from lib/core/installer/menu/installation/director/Show-IcingaForWindowsManagementConsoleInstallationEnterDirectorUrl.psm1 rename to lib/core/installer/menu/installation/director/DirectorUrl.psm1 diff --git a/lib/core/installer/menu/installation/director/Show-IcingaForWindowsManagementConsoleInstallationDirectorRegisterHost.psm1 b/lib/core/installer/menu/installation/director/RegisterHost.psm1 similarity index 100% rename from lib/core/installer/menu/installation/director/Show-IcingaForWindowsManagementConsoleInstallationDirectorRegisterHost.psm1 rename to lib/core/installer/menu/installation/director/RegisterHost.psm1 diff --git a/lib/core/installer/menu/installation/director/Show-IcingaForWindowsManagementConsoleInstallationEnterDirectorSelfServiceKey.psm1 b/lib/core/installer/menu/installation/director/SelfServiceKey.psm1 similarity index 100% rename from lib/core/installer/menu/installation/director/Show-IcingaForWindowsManagementConsoleInstallationEnterDirectorSelfServiceKey.psm1 rename to lib/core/installer/menu/installation/director/SelfServiceKey.psm1 diff --git a/lib/core/installer/menu/installation/firewall/Show-IcingaForWindowsInstallerMenuSelectOpenWindowsFirewall.psm1 b/lib/core/installer/menu/installation/firewall/SelectOpenWindowsFirewall.psm1 similarity index 100% rename from lib/core/installer/menu/installation/firewall/Show-IcingaForWindowsInstallerMenuSelectOpenWindowsFirewall.psm1 rename to lib/core/installer/menu/installation/firewall/SelectOpenWindowsFirewall.psm1 diff --git a/lib/core/installer/menu/installation/framework/Show-IcingaForWindowsManagementConsoleEnableCodeCache.psm1 b/lib/core/installer/menu/installation/framework/EnableCodeCache.psm1 similarity index 100% rename from lib/core/installer/menu/installation/framework/Show-IcingaForWindowsManagementConsoleEnableCodeCache.psm1 rename to lib/core/installer/menu/installation/framework/EnableCodeCache.psm1 diff --git a/lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerConfigurationSummary.psm1 b/lib/core/installer/menu/installation/general/ConfigurationSummary.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerConfigurationSummary.psm1 rename to lib/core/installer/menu/installation/general/ConfigurationSummary.psm1 diff --git a/lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuContinueConfiguration.psm1 b/lib/core/installer/menu/installation/general/ContinueConfiguration.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuContinueConfiguration.psm1 rename to lib/core/installer/menu/installation/general/ContinueConfiguration.psm1 diff --git a/lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuFinishInstaller.psm1 b/lib/core/installer/menu/installation/general/FinishInstaller.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuFinishInstaller.psm1 rename to lib/core/installer/menu/installation/general/FinishInstaller.psm1 diff --git a/lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuInstallWindows.psm1 b/lib/core/installer/menu/installation/general/InstallWindows.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuInstallWindows.psm1 rename to lib/core/installer/menu/installation/general/InstallWindows.psm1 diff --git a/lib/core/installer/menu/installation/general/Export-IcingaForWindowsManagementConsoleInstallationAnswerFile.psm1 b/lib/core/installer/menu/installation/general/InstallationAnswerFile.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Export-IcingaForWindowsManagementConsoleInstallationAnswerFile.psm1 rename to lib/core/installer/menu/installation/general/InstallationAnswerFile.psm1 diff --git a/lib/core/installer/menu/installation/general/Show-IcingaForWindowsManagementConsoleInstallationConfigString.psm1 b/lib/core/installer/menu/installation/general/InstallationConfigString.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Show-IcingaForWindowsManagementConsoleInstallationConfigString.psm1 rename to lib/core/installer/menu/installation/general/InstallationConfigString.psm1 diff --git a/lib/core/installer/menu/installation/general/Show-IcingaForWindowsManagementConsoleInstallationFileExport.psm1 b/lib/core/installer/menu/installation/general/InstallationFileExport.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Show-IcingaForWindowsManagementConsoleInstallationFileExport.psm1 rename to lib/core/installer/menu/installation/general/InstallationFileExport.psm1 diff --git a/lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuNewConfiguration.psm1 b/lib/core/installer/menu/installation/general/NewConfiguration.psm1 similarity index 100% rename from lib/core/installer/menu/installation/general/Show-IcingaForWindowsInstallerMenuNewConfiguration.psm1 rename to lib/core/installer/menu/installation/general/NewConfiguration.psm1 diff --git a/lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuEnterIcingaParentAddresses.psm1 b/lib/core/installer/menu/installation/icinga/EnterIcingaParentAddresses.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuEnterIcingaParentAddresses.psm1 rename to lib/core/installer/menu/installation/icinga/EnterIcingaParentAddresses.psm1 diff --git a/lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuEnterIcingaParentNodes.psm1 b/lib/core/installer/menu/installation/icinga/EnterIcingaParentNodes.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuEnterIcingaParentNodes.psm1 rename to lib/core/installer/menu/installation/icinga/EnterIcingaParentNodes.psm1 diff --git a/lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuEnterIcingaParentZone.psm1 b/lib/core/installer/menu/installation/icinga/EnterIcingaParentZone.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuEnterIcingaParentZone.psm1 rename to lib/core/installer/menu/installation/icinga/EnterIcingaParentZone.psm1 diff --git a/lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallationMenuEnterIcingaPort.psm1 b/lib/core/installer/menu/installation/icinga/IcingaPort.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallationMenuEnterIcingaPort.psm1 rename to lib/core/installer/menu/installation/icinga/IcingaPort.psm1 diff --git a/lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuSelectConnection.psm1 b/lib/core/installer/menu/installation/icinga/SelectConnection.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuSelectConnection.psm1 rename to lib/core/installer/menu/installation/icinga/SelectConnection.psm1 diff --git a/lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuSelectHostname.psm1 b/lib/core/installer/menu/installation/icinga/SelectHostname.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icinga/Show-IcingaForWindowsInstallerMenuSelectHostname.psm1 rename to lib/core/installer/menu/installation/icinga/SelectHostname.psm1 diff --git a/lib/core/installer/menu/installation/icingaforwindowservice/Show-IcingaForWindowsInstallerMenuEnterWindowsServicePackageSource.psm1 b/lib/core/installer/menu/installation/ifwservice/EnterWindowsServicePackageSource.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icingaforwindowservice/Show-IcingaForWindowsInstallerMenuEnterWindowsServicePackageSource.psm1 rename to lib/core/installer/menu/installation/ifwservice/EnterWindowsServicePackageSource.psm1 diff --git a/lib/core/installer/menu/installation/icingaforwindowservice/Show-IcingaForWindowsInstallerMenuSelectWindowsServiceSource.psm1 b/lib/core/installer/menu/installation/ifwservice/SelectWindowsServiceSource.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icingaforwindowservice/Show-IcingaForWindowsInstallerMenuSelectWindowsServiceSource.psm1 rename to lib/core/installer/menu/installation/ifwservice/SelectWindowsServiceSource.psm1 diff --git a/lib/core/installer/menu/installation/icingaforwindowservice/Show-IcingaForWindowsInstallationMenuEnterWindowsServiceDirectory.psm1 b/lib/core/installer/menu/installation/ifwservice/WindowsServiceDirectory.psm1 similarity index 100% rename from lib/core/installer/menu/installation/icingaforwindowservice/Show-IcingaForWindowsInstallationMenuEnterWindowsServiceDirectory.psm1 rename to lib/core/installer/menu/installation/ifwservice/WindowsServiceDirectory.psm1 diff --git a/lib/core/installer/menu/installation/plugins/Show-IcingaForWindowsInstallerMenuEnterPluginsPackageSource.psm1 b/lib/core/installer/menu/installation/plugins/EnterPluginsPackageSource.psm1 similarity index 100% rename from lib/core/installer/menu/installation/plugins/Show-IcingaForWindowsInstallerMenuEnterPluginsPackageSource.psm1 rename to lib/core/installer/menu/installation/plugins/EnterPluginsPackageSource.psm1 diff --git a/lib/core/installer/menu/installation/plugins/Show-IcingaForWindowsInstallerMenuSelectIcingaPluginsSource.psm1 b/lib/core/installer/menu/installation/plugins/SelectIcingaPluginsSource.psm1 similarity index 100% rename from lib/core/installer/menu/installation/plugins/Show-IcingaForWindowsInstallerMenuSelectIcingaPluginsSource.psm1 rename to lib/core/installer/menu/installation/plugins/SelectIcingaPluginsSource.psm1 diff --git a/lib/core/installer/menu/installation/zones/Show-IcingaForWindowsInstallationMenuEnterCustomGlobalZones.psm1 b/lib/core/installer/menu/installation/zones/CustomGlobalZones.psm1 similarity index 100% rename from lib/core/installer/menu/installation/zones/Show-IcingaForWindowsInstallationMenuEnterCustomGlobalZones.psm1 rename to lib/core/installer/menu/installation/zones/CustomGlobalZones.psm1 diff --git a/lib/core/installer/menu/installation/zones/Show-IcingaForWindowsInstallerMenuSelectGlobalZones.psm1 b/lib/core/installer/menu/installation/zones/SelectGlobalZones.psm1 similarity index 100% rename from lib/core/installer/menu/installation/zones/Show-IcingaForWindowsInstallerMenuSelectGlobalZones.psm1 rename to lib/core/installer/menu/installation/zones/SelectGlobalZones.psm1 diff --git a/lib/core/installer/menu/manage/agent/Show-IcingaForWindowsMenuManageIcingaAgent.psm1 b/lib/core/installer/menu/manage/agent/IcingaAgent.psm1 similarity index 100% rename from lib/core/installer/menu/manage/agent/Show-IcingaForWindowsMenuManageIcingaAgent.psm1 rename to lib/core/installer/menu/manage/agent/IcingaAgent.psm1 diff --git a/lib/core/installer/menu/manage/agent/Show-IcingaForWindowsMenuManageIcingaAgentFeatures.psm1 b/lib/core/installer/menu/manage/agent/IcingaAgentFeatures.psm1 similarity index 100% rename from lib/core/installer/menu/manage/agent/Show-IcingaForWindowsMenuManageIcingaAgentFeatures.psm1 rename to lib/core/installer/menu/manage/agent/IcingaAgentFeatures.psm1 diff --git a/lib/core/installer/menu/manage/agent/Invoke-IcingaForWindowsManagementConsoleReconfigureAgent.psm1 b/lib/core/installer/menu/manage/agent/ReconfigureAgent.psm1 similarity index 100% rename from lib/core/installer/menu/manage/agent/Invoke-IcingaForWindowsManagementConsoleReconfigureAgent.psm1 rename to lib/core/installer/menu/manage/agent/ReconfigureAgent.psm1 diff --git a/lib/core/installer/menu/manage/framework/Show-IcingaForWindowsManagementConsoleFrameworkExperimental.psm1 b/lib/core/installer/menu/manage/framework/FrameworkExperimental.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/Show-IcingaForWindowsManagementConsoleFrameworkExperimental.psm1 rename to lib/core/installer/menu/manage/framework/FrameworkExperimental.psm1 diff --git a/lib/core/installer/menu/manage/framework/Show-IcingaForWindowsManagementConsoleManageFramework.psm1 b/lib/core/installer/menu/manage/framework/ManageFramework.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/Show-IcingaForWindowsManagementConsoleManageFramework.psm1 rename to lib/core/installer/menu/manage/framework/ManageFramework.psm1 diff --git a/lib/core/installer/menu/manage/framework/Invoke-IcingaForWindowsMangementConsoleToogleFrameworkApiChecks.psm1 b/lib/core/installer/menu/manage/framework/ToogleFrameworkApiChecks.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/Invoke-IcingaForWindowsMangementConsoleToogleFrameworkApiChecks.psm1 rename to lib/core/installer/menu/manage/framework/ToogleFrameworkApiChecks.psm1 diff --git a/lib/core/installer/menu/manage/framework/Invoke-IcingaForWindowsMangementConsoleToogleFrameworkCodeCache.psm1 b/lib/core/installer/menu/manage/framework/ToogleFrameworkCodeCache.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/Invoke-IcingaForWindowsMangementConsoleToogleFrameworkCodeCache.psm1 rename to lib/core/installer/menu/manage/framework/ToogleFrameworkCodeCache.psm1 diff --git a/lib/core/installer/menu/manage/framework/Invoke-IcingaForWindowsMangementConsoleToogleFrameworkDebug.psm1 b/lib/core/installer/menu/manage/framework/ToogleFrameworkDebug.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/Invoke-IcingaForWindowsMangementConsoleToogleFrameworkDebug.psm1 rename to lib/core/installer/menu/manage/framework/ToogleFrameworkDebug.psm1 diff --git a/lib/core/installer/menu/manage/framework/backgrounddaemons/Show-IcingaForWindowsManagementConsoleManageBackgroundDaemons.psm1 b/lib/core/installer/menu/manage/framework/daemons/ManageBackgroundDaemons.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/backgrounddaemons/Show-IcingaForWindowsManagementConsoleManageBackgroundDaemons.psm1 rename to lib/core/installer/menu/manage/framework/daemons/ManageBackgroundDaemons.psm1 diff --git a/lib/core/installer/menu/manage/framework/backgrounddaemons/Show-IcingaForWindowsManagementConsoleRegisterBackgroundDaemons.psm1 b/lib/core/installer/menu/manage/framework/daemons/RegisterBackgroundDaemons.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/backgrounddaemons/Show-IcingaForWindowsManagementConsoleRegisterBackgroundDaemons.psm1 rename to lib/core/installer/menu/manage/framework/daemons/RegisterBackgroundDaemons.psm1 diff --git a/lib/core/installer/menu/manage/framework/backgrounddaemons/Show-IcingaForWindowsManagementConsoleUnregisterBackgroundDaemons.psm1 b/lib/core/installer/menu/manage/framework/daemons/UnregisterBackgroundDaemons.psm1 similarity index 100% rename from lib/core/installer/menu/manage/framework/backgrounddaemons/Show-IcingaForWindowsManagementConsoleUnregisterBackgroundDaemons.psm1 rename to lib/core/installer/menu/manage/framework/daemons/UnregisterBackgroundDaemons.psm1 diff --git a/lib/core/installer/menu/manage/general/Show-IcingaForWindowsMenuManage.psm1 b/lib/core/installer/menu/manage/general/Manage.psm1 similarity index 100% rename from lib/core/installer/menu/manage/general/Show-IcingaForWindowsMenuManage.psm1 rename to lib/core/installer/menu/manage/general/Manage.psm1 diff --git a/lib/core/installer/menu/manage/general/Show-IcingaForWindowsMenuRemoveComponents.psm1 b/lib/core/installer/menu/manage/general/RemoveComponents.psm1 similarity index 100% rename from lib/core/installer/menu/manage/general/Show-IcingaForWindowsMenuRemoveComponents.psm1 rename to lib/core/installer/menu/manage/general/RemoveComponents.psm1 diff --git a/lib/core/installer/menu/test/Test-IcingaForWindowsInstallerParentEndpoints.psm1 b/lib/core/installer/menu/test/ParentEndpoints.psm1 similarity index 100% rename from lib/core/installer/menu/test/Test-IcingaForWindowsInstallerParentEndpoints.psm1 rename to lib/core/installer/menu/test/ParentEndpoints.psm1 diff --git a/lib/core/installer/tools/Add-IcingaForWindowsInstallerConfigEntry.psm1 b/lib/core/installer/tools/AddConfigEntry.psm1 similarity index 100% rename from lib/core/installer/tools/Add-IcingaForWindowsInstallerConfigEntry.psm1 rename to lib/core/installer/tools/AddConfigEntry.psm1 diff --git a/lib/core/installer/tools/Get-IcingaForWindowsManagementConsoleAlias.psm1 b/lib/core/installer/tools/Alias.psm1 similarity index 100% rename from lib/core/installer/tools/Get-IcingaForWindowsManagementConsoleAlias.psm1 rename to lib/core/installer/tools/Alias.psm1 diff --git a/lib/core/installer/tools/Clear-IcingaForWindowsInstallerValuesFromStep.psm1 b/lib/core/installer/tools/ClearValuesFromStep.psm1 similarity index 100% rename from lib/core/installer/tools/Clear-IcingaForWindowsInstallerValuesFromStep.psm1 rename to lib/core/installer/tools/ClearValuesFromStep.psm1 diff --git a/lib/core/installer/tools/Remove-IcingaForWindowsInstallerConfigEntry.psm1 b/lib/core/installer/tools/ConfigEntry.psm1 similarity index 100% rename from lib/core/installer/tools/Remove-IcingaForWindowsInstallerConfigEntry.psm1 rename to lib/core/installer/tools/ConfigEntry.psm1 diff --git a/lib/core/installer/tools/Get-IcingaForWindowsManagementConsoleConfigurationString.psm1 b/lib/core/installer/tools/ConfigurationString.psm1 similarity index 100% rename from lib/core/installer/tools/Get-IcingaForWindowsManagementConsoleConfigurationString.psm1 rename to lib/core/installer/tools/ConfigurationString.psm1 diff --git a/lib/core/installer/tools/Add-IcingaForWindowsManagementConsoleLastParent.psm1 b/lib/core/installer/tools/ConsoleLastParent.psm1 similarity index 100% rename from lib/core/installer/tools/Add-IcingaForWindowsManagementConsoleLastParent.psm1 rename to lib/core/installer/tools/ConsoleLastParent.psm1 diff --git a/lib/core/installer/tools/Invoke-IcingaForWindowsManagementConsoleCustomConfig.psm1 b/lib/core/installer/tools/CustomConfig.psm1 similarity index 100% rename from lib/core/installer/tools/Invoke-IcingaForWindowsManagementConsoleCustomConfig.psm1 rename to lib/core/installer/tools/CustomConfig.psm1 diff --git a/lib/core/installer/tools/Reset-IcingaForWindowsManagementConsoleInstallationDirectorConfigModifyState.psm1 b/lib/core/installer/tools/DirectorConfigModifyState.psm1 similarity index 100% rename from lib/core/installer/tools/Reset-IcingaForWindowsManagementConsoleInstallationDirectorConfigModifyState.psm1 rename to lib/core/installer/tools/DirectorConfigModifyState.psm1 diff --git a/lib/core/installer/tools/Get-IcingaForWindowsInstallerLastParent.psm1 b/lib/core/installer/tools/GetLastParent.psm1 similarity index 100% rename from lib/core/installer/tools/Get-IcingaForWindowsInstallerLastParent.psm1 rename to lib/core/installer/tools/GetLastParent.psm1 diff --git a/lib/core/installer/tools/Convert-IcingaForwindowsManagementConsoleJSONConfig.psm1 b/lib/core/installer/tools/JSONConfig.psm1 similarity index 100% rename from lib/core/installer/tools/Convert-IcingaForwindowsManagementConsoleJSONConfig.psm1 rename to lib/core/installer/tools/JSONConfig.psm1 diff --git a/lib/core/installer/tools/Get-IcingaForWindowsManagementConsoleMenu.psm1 b/lib/core/installer/tools/Menu.psm1 similarity index 100% rename from lib/core/installer/tools/Get-IcingaForWindowsManagementConsoleMenu.psm1 rename to lib/core/installer/tools/Menu.psm1 diff --git a/lib/core/installer/tools/Clear-IcingaForWindowsManagementConsolePaginationCache.psm1 b/lib/core/installer/tools/PaginationCache.psm1 similarity index 100% rename from lib/core/installer/tools/Clear-IcingaForWindowsManagementConsolePaginationCache.psm1 rename to lib/core/installer/tools/PaginationCache.psm1 diff --git a/lib/core/installer/tools/Remove-IcingaForWindowsInstallerLastParent.psm1 b/lib/core/installer/tools/RemoveLastParent.psm1 similarity index 100% rename from lib/core/installer/tools/Remove-IcingaForWindowsInstallerLastParent.psm1 rename to lib/core/installer/tools/RemoveLastParent.psm1 diff --git a/lib/core/installer/tools/Set-IcingaForWindowsManagementConsoleMenu.psm1 b/lib/core/installer/tools/SetConsoleMenu.psm1 similarity index 100% rename from lib/core/installer/tools/Set-IcingaForWindowsManagementConsoleMenu.psm1 rename to lib/core/installer/tools/SetConsoleMenu.psm1 diff --git a/lib/core/installer/tools/Show-IcingaForWindowsInstallerMenu.psm1 b/lib/core/installer/tools/ShowInstallerMenu.psm1 similarity index 100% rename from lib/core/installer/tools/Show-IcingaForWindowsInstallerMenu.psm1 rename to lib/core/installer/tools/ShowInstallerMenu.psm1 diff --git a/lib/core/installer/tools/Get-IcingaForWindowsInstallerStepSelection.psm1 b/lib/core/installer/tools/StepSelection.psm1 similarity index 100% rename from lib/core/installer/tools/Get-IcingaForWindowsInstallerStepSelection.psm1 rename to lib/core/installer/tools/StepSelection.psm1 diff --git a/lib/core/installer/tools/Get-IcingaForWindowsInstallerValuesFromStep.psm1 b/lib/core/installer/tools/ValuesFromStep.psm1 similarity index 100% rename from lib/core/installer/tools/Get-IcingaForWindowsInstallerValuesFromStep.psm1 rename to lib/core/installer/tools/ValuesFromStep.psm1 diff --git a/lib/core/installer/tools/Write-IcingaForWindowsManagementConsoleConfigSwap.psm1 b/lib/core/installer/tools/WriteConfigSwap.psm1 similarity index 100% rename from lib/core/installer/tools/Write-IcingaForWindowsManagementConsoleConfigSwap.psm1 rename to lib/core/installer/tools/WriteConfigSwap.psm1 diff --git a/lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleContinue.psm1 b/lib/core/installer/tools/actions/ConsoleContinue.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleContinue.psm1 rename to lib/core/installer/tools/actions/ConsoleContinue.psm1 diff --git a/lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleDelete.psm1 b/lib/core/installer/tools/actions/ConsoleDelete.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleDelete.psm1 rename to lib/core/installer/tools/actions/ConsoleDelete.psm1 diff --git a/lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleExit.psm1 b/lib/core/installer/tools/actions/ConsoleExit.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleExit.psm1 rename to lib/core/installer/tools/actions/ConsoleExit.psm1 diff --git a/lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleHelp.psm1 b/lib/core/installer/tools/actions/ConsoleHelp.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleHelp.psm1 rename to lib/core/installer/tools/actions/ConsoleHelp.psm1 diff --git a/lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleMenu.psm1 b/lib/core/installer/tools/actions/ConsoleMenu.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsoleMenu.psm1 rename to lib/core/installer/tools/actions/ConsoleMenu.psm1 diff --git a/lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsolePrevious.psm1 b/lib/core/installer/tools/actions/ConsolePrevious.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Test-IcingaForWindowsManagementConsolePrevious.psm1 rename to lib/core/installer/tools/actions/ConsolePrevious.psm1 diff --git a/lib/core/installer/tools/actions/Get-IcingaForWindowsManagementConsoleLastInput.psm1 b/lib/core/installer/tools/actions/LastInput.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Get-IcingaForWindowsManagementConsoleLastInput.psm1 rename to lib/core/installer/tools/actions/LastInput.psm1 diff --git a/lib/core/installer/tools/actions/Show-IcingaWindowsManagementConsoleYesNoDialog.psm1 b/lib/core/installer/tools/actions/ShowYesNoDialog.psm1 similarity index 100% rename from lib/core/installer/tools/actions/Show-IcingaWindowsManagementConsoleYesNoDialog.psm1 rename to lib/core/installer/tools/actions/ShowYesNoDialog.psm1 diff --git a/lib/core/installer/tools/environment/Disable-IcingaForWindowsInstallationHeaderPrint.psm1 b/lib/core/installer/tools/environment/DisableHeaderPrint.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Disable-IcingaForWindowsInstallationHeaderPrint.psm1 rename to lib/core/installer/tools/environment/DisableHeaderPrint.psm1 diff --git a/lib/core/installer/tools/environment/Disable-IcingaForWindowsInstallationJumpToSummary.psm1 b/lib/core/installer/tools/environment/DisableJumpToSummary.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Disable-IcingaForWindowsInstallationJumpToSummary.psm1 rename to lib/core/installer/tools/environment/DisableJumpToSummary.psm1 diff --git a/lib/core/installer/tools/environment/Enable-IcingaForWindowsInstallationHeaderPrint.psm1 b/lib/core/installer/tools/environment/EnableHeaderPrint.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Enable-IcingaForWindowsInstallationHeaderPrint.psm1 rename to lib/core/installer/tools/environment/EnableHeaderPrint.psm1 diff --git a/lib/core/installer/tools/environment/Enable-IcingaForWindowsInstallationJumpToSummary.psm1 b/lib/core/installer/tools/environment/EnableJumpToSummary.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Enable-IcingaForWindowsInstallationJumpToSummary.psm1 rename to lib/core/installer/tools/environment/EnableJumpToSummary.psm1 diff --git a/lib/core/installer/tools/environment/Get-IcingaForWindowsInstallationHeaderSelection.psm1 b/lib/core/installer/tools/environment/GetHeaderSelection.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Get-IcingaForWindowsInstallationHeaderSelection.psm1 rename to lib/core/installer/tools/environment/GetHeaderSelection.psm1 diff --git a/lib/core/installer/tools/environment/Test-IcingaForWindowsInstallationHeaderPrint.psm1 b/lib/core/installer/tools/environment/HeaderPrint.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Test-IcingaForWindowsInstallationHeaderPrint.psm1 rename to lib/core/installer/tools/environment/HeaderPrint.psm1 diff --git a/lib/core/installer/tools/environment/Test-IcingaForWindowsInstallationJumpToSummary.psm1 b/lib/core/installer/tools/environment/JumpToSummary.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Test-IcingaForWindowsInstallationJumpToSummary.psm1 rename to lib/core/installer/tools/environment/JumpToSummary.psm1 diff --git a/lib/core/installer/tools/environment/Set-IcingaForWindowsInstallationHeaderSelection.psm1 b/lib/core/installer/tools/environment/SetHeaderSelection.psm1 similarity index 100% rename from lib/core/installer/tools/environment/Set-IcingaForWindowsInstallationHeaderSelection.psm1 rename to lib/core/installer/tools/environment/SetHeaderSelection.psm1