mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-02 11:49:30 -05:00
Removes RootModule entry from Manifest template
This commit is contained in:
parent
20cda631f8
commit
42d45c4d7c
2 changed files with 0 additions and 2 deletions
|
|
@ -205,7 +205,6 @@ function New-IcingaForWindowsComponent()
|
|||
Write-IcingaForWindowsComponentManifest -Name $Name -ModuleConfig @{
|
||||
'$MODULENAME$' = ([string]::Format('Windows {0}', $Name));
|
||||
'$GUID$' = (New-Guid);
|
||||
'$ROOTMODULE$' = ([string]::Format('{0}.psm1', $ModuleName));
|
||||
'$AUTHOR$' = $Author;
|
||||
'$COMPANYNAME$' = $CompanyName;
|
||||
'$COPYRIGHT$' = $Copyright;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
@{
|
||||
ModuleVersion = '$MODULEVERSION$'
|
||||
RootModule = '$ROOTMODULE$'
|
||||
GUID = '$GUID$'
|
||||
Author = '$AUTHOR$'
|
||||
CompanyName = '$COMPANYNAME$'
|
||||
|
|
|
|||
Loading…
Reference in a new issue