icinga-powershell-framework/modules/hardware.ps1

6 lines
117 B
PowerShell
Raw Normal View History

2018-11-06 11:14:49 -05:00
param($Config = $null);
return $Icinga2.Utils.Modules.LoadIncludes(
$MyInvocation.MyCommand.Name,
$Config
);