From f28f478ade07deeb620a7be937203f356e6a110c Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Tue, 17 Sep 2019 17:24:09 +0200 Subject: [PATCH] Added missing Cmdlet definition to init function --- core/init.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/init.ps1 b/core/init.ps1 index e57c9e8..f8e41da 100644 --- a/core/init.ps1 +++ b/core/init.ps1 @@ -9,6 +9,8 @@ Set-Variable -Name Icinga2 -Option Constant -Value @{ Function = @( 'Use-Icinga', 'Import-IcingaLib', + 'Get-IcingaPluginDir', + 'Get-IcingaCacheDir', 'Get-Icinga-Lib', 'Get-Icinga-Object', 'Get-Icinga-Service',