diff --git a/lib/core/dev/New-IcingaForWindowsComponent.psm1 b/lib/core/dev/New-IcingaForWindowsComponent.psm1 index 169aa7a..452c712 100644 --- a/lib/core/dev/New-IcingaForWindowsComponent.psm1 +++ b/lib/core/dev/New-IcingaForWindowsComponent.psm1 @@ -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; diff --git a/templates/Manifest.psd1.template b/templates/Manifest.psd1.template index 1357305..9ea2efa 100644 --- a/templates/Manifest.psd1.template +++ b/templates/Manifest.psd1.template @@ -1,6 +1,5 @@ @{ ModuleVersion = '$MODULEVERSION$' - RootModule = '$ROOTMODULE$' GUID = '$GUID$' Author = '$AUTHOR$' CompanyName = '$COMPANYNAME$'