mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Added missing Cmdlet definition to init function
This commit is contained in:
parent
20ceed439c
commit
f28f478ade
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue