mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixes manifest file and setting major variables
This commit is contained in:
parent
1dd1412c93
commit
f3cf7f1364
1 changed files with 23 additions and 77 deletions
|
|
@ -1,78 +1,24 @@
|
||||||
@{
|
@{
|
||||||
|
ModuleToProcess = 'icinga-powershell-framework.psm1'
|
||||||
# Script module or binary module file associated with this manifest.
|
ModuleVersion = '1.0.0'
|
||||||
ModuleToProcess = 'icinga-powershell-framework.psm1'
|
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
|
||||||
|
Author = 'Lord Hepipud'
|
||||||
# Module version number
|
CompanyName = 'Icinga GmbH'
|
||||||
ModuleVersion = '0.0.1'
|
Copyright = '(c) 2019 Icinga GmbH. All rights reserved.'
|
||||||
|
Description = 'Icinga 2 Windows Agent Module, which allows to entirely monitor the Windows Host system.'
|
||||||
# ID for this module
|
PowerShellVersion = '4.0'
|
||||||
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
|
FunctionsToExport = @( 'Use-Icinga', 'Import-IcingaLib', 'Publish-IcingaModuleManifests', 'Get-IcingaPluginDir', 'Get-IcingaCustomPluginDir', 'Get-IcingaCacheDir', 'Get-IcingaPowerShellConfigDir', 'Get-IcingaFrameworkRootPath', 'Get-IcingaPowerShellModuleFile' )
|
||||||
|
CmdletsToExport = @()
|
||||||
# Autor of this Moduls
|
VariablesToExport = '*'
|
||||||
Author = 'Lord Hepipud'
|
AliasesToExport = @()
|
||||||
|
PrivateData = @{
|
||||||
# Company
|
PSData = @{
|
||||||
CompanyName = ''
|
Tags = @( 'icinga', 'icinga2', 'icinga 2', 'Icinga PowerShell Framework', 'Icinga PowerShell', 'Icinga for Windows', 'Icinga Windows')
|
||||||
|
LicenseUri = 'https://github.com/Icinga/icinga-powershell-framework/blob/master/LICENSE'
|
||||||
# Copyright
|
ProjectUri = 'https://github.com/Icinga/icinga-powershell-framework'
|
||||||
Copyright = '(c) 2018 Lord Hepipud. Alle Rechte vorbehalten.'
|
ReleaseNotes = 'https://github.com/Icinga/icinga-powershell-framework/releases'
|
||||||
|
};
|
||||||
# Description of this module
|
Version = 'v1.0.0-rc1';
|
||||||
Description = 'Icinga 2 Windows Agent Module, which allows to entirely monitor the Windows Host system.'
|
}
|
||||||
|
HelpInfoURI = 'https://github.com/Icinga/icinga-powershell-framework'
|
||||||
# Die für dieses Modul mindestens erforderliche Version des Windows PowerShell-Moduls
|
}
|
||||||
PowerShellVersion = '3.0'
|
|
||||||
|
|
||||||
# Aus diesem Modul zu exportierende Funktionen. Um optimale Leistung zu erzielen, verwenden Sie keine Platzhalter und löschen den Eintrag nicht. Verwenden Sie ein leeres Array, wenn keine zu exportierenden Funktionen vorhanden sind.
|
|
||||||
FunctionsToExport = @( 'Use-Icinga', 'Import-IcingaLib', 'Publish-IcingaModuleManifests', 'Get-IcingaPluginDir', 'Get-IcingaCustomPluginDir', 'Get-IcingaCacheDir', 'Get-IcingaPowerShellConfigDir', 'Get-IcingaFrameworkRootPath', 'Get-IcingaPowerShellModuleFile' )
|
|
||||||
|
|
||||||
# Aus diesem Modul zu exportierende Cmdlets. Um optimale Leistung zu erzielen, verwenden Sie keine Plat'zhalter und löschen den Eintrag nicht. Verwenden Sie ein leeres Array, wenn keine zu exportierenden Cmdlets vorhanden sind.
|
|
||||||
CmdletsToExport = @()
|
|
||||||
|
|
||||||
# Die aus diesem Modul zu exportierenden Variablen
|
|
||||||
VariablesToExport = '*'
|
|
||||||
|
|
||||||
# Aus diesem Modul zu exportierende Aliase. Um optimale Leistung zu erzielen, verwenden Sie keine Platzhalter und löschen den Eintrag nicht. Verwenden Sie ein leeres Array, wenn keine zu exportierenden Aliase vorhanden sind.
|
|
||||||
AliasesToExport = @()
|
|
||||||
|
|
||||||
# Aus diesem Modul zu exportierende DSC-Ressourcen
|
|
||||||
# DscResourcesToExport = @()
|
|
||||||
|
|
||||||
# Liste aller Module in diesem Modulpaket
|
|
||||||
# ModuleList = @()
|
|
||||||
|
|
||||||
# Liste aller Dateien in diesem Modulpaket
|
|
||||||
# FileList = @()
|
|
||||||
|
|
||||||
# Die privaten Daten, die an das in "RootModule/ModuleToProcess" angegebene Modul übergeben werden sollen. Diese können auch eine PSData-Hashtabelle mit zusätzlichen von PowerShell verwendeten Modulmetadaten enthalten.
|
|
||||||
PrivateData = @{
|
|
||||||
|
|
||||||
PSData = @{
|
|
||||||
|
|
||||||
# 'Tags' wurde auf das Modul angewendet und unterstützt die Modulermittlung in Onlinekatalogen.
|
|
||||||
# Tags = @()
|
|
||||||
|
|
||||||
# Eine URL zur Lizenz für dieses Modul.
|
|
||||||
# LicenseUri = ''
|
|
||||||
|
|
||||||
# Eine URL zur Hauptwebsite für dieses Projekt.
|
|
||||||
# ProjectUri = ''
|
|
||||||
|
|
||||||
# Eine URL zu einem Symbol, das das Modul darstellt.
|
|
||||||
# IconUri = ''
|
|
||||||
|
|
||||||
# 'ReleaseNotes' des Moduls
|
|
||||||
# ReleaseNotes = ''
|
|
||||||
|
|
||||||
} # Ende der PSData-Hashtabelle
|
|
||||||
|
|
||||||
} # Ende der PrivateData-Hashtabelle
|
|
||||||
|
|
||||||
# HelpInfo-URI dieses Moduls
|
|
||||||
# HelpInfoURI = ''
|
|
||||||
|
|
||||||
# Standardpräfix für Befehle, die aus diesem Modul exportiert werden. Das Standardpräfix kann mit "Import-Module -Prefix" überschrieben werden.
|
|
||||||
# DefaultCommandPrefix = ''
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue