Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Import PowerSTIG 4.4.0 Due to cyclic dependency Error #617

Merged
merged 18 commits into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated based on testing
  • Loading branch information
erjenkin committed May 15, 2020
commit dc28174c2df1a61ed37301166803cb64ab89c9c9
2 changes: 1 addition & 1 deletion source/DSCResources/Vsphere/Vsphere.schema.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ configuration Vsphere
$stig.LoadRules($OrgSettings, $Exception, $SkipRule, $SkipRuleType)
##### END DO NOT MODIFY #####

Import-DscResource -ModuleName Vmware.vSphereDSC -ModuleVersion 2.0.0.0
Import-DscResource -ModuleName Vmware.vSphereDSC -ModuleVersion 2.1.0.58
. "$resourcePath\Vsphere.VmHostAcceptanceLevel.ps1"
. "$resourcePath\Vsphere.VmHostAdvancedSettings.ps1"
. "$resourcePath\Vsphere.VMHostNtpSettings.ps1"
Expand Down
6 changes: 3 additions & 3 deletions source/PowerStig.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ RequiredModules = @(
@{ModuleName = 'VMware.Vim'; ModuleVersion ='7.0.0.15939650'},
@{ModuleName = 'VMware.VimAutomation.Cis.Core'; ModuleVersion = '12.0.0.15939657'},
@{ModuleName = 'VMware.VimAutomation.Core'; ModuleVersion = '12.0.0.15939655'},
@{ModuleName = 'VMware.VimAutomation.Storage'; ModuleVersion = '12.0.0.15939648'},
@{ModuleName = 'VMware.VimAutomation.Vds'; ModuleVersion = '12.0.0.15940185'},
@{ModuleName = 'Vmware.vSphereDsc'; ModuleVersion = '2.0.0.0'}
@{ModuleName = 'VMware.VimAutomation.Storage'; ModuleVersion = '11.5.0.14901686'},
@{ModuleName = 'VMware.VimAutomation.Vds'; ModuleVersion = '11.2.0.12483615'},
@{ModuleName = 'Vmware.vSphereDsc'; ModuleVersion = '2.1.0.58'}
)

# DSC resources to export from this module
Expand Down