icinga-powershell-framework/cache/framework_cache.psm1
Lord Hepipud 4e4281918c Fix cache
2021-08-17 10:25:37 +02:00

15 lines
391 B
PowerShell

<#
### Note ###
This file is shipping plain with Icinga for Windows for each version.
Once the module is loaded, this content will entirely be replaced with
all modules and components shipped by the Icinga PowerShell Framework.
Manually enabling the feature is no longer required.
#>
$Global:Icinga = @{
'RebuildCache' = $TRUE;
};
Write-IcingaFrameworkCodeCache;