We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c1cd4 commit 79ace6bCopy full SHA for 79ace6b
icinga-powershell-framework.psm1
@@ -46,8 +46,6 @@ function Use-Icinga()
46
Use-IcingaPlugins;
47
}
48
49
- Write-IcingaFrameworkCodeCache;
50
-
51
# This function will allow us to load this entire module including possible
52
# actions, making it available within our shell environment
53
# First load our custom modules
@@ -135,7 +133,7 @@ function Import-IcingaLib()
135
133
136
134
$CacheFile = Get-IcingaFrameworkCodeCacheFile;
137
138
- if ($Custom -eq $FALSE -And $CompileCache -eq $FALSE -And (Test-Path $CacheFile)) {
+ if ($CompileCache -eq $FALSE) {
139
Import-Module 'icinga-powershell-framework' -Global -Force;
140
return;
141
0 commit comments