Skip to content

Commit

Permalink
fix: minor fixes for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ssokolic committed Nov 27, 2023
1 parent 0456ea3 commit 7de992f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Configuration 'DoD_Adobe_Acrobat_Reader_DC_Continuous_STIG_Computers_V2R1'
Configuration 'DoD_Google_Chrome_STIG_Computer_v2r8'
{
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Adobe_Acrobat_Reader_DC_Continuous_STIG_Computers_V2R1' -ModuleVersion '0.0.1'
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Google_Chrome_STIG_Computer_v2r8' -ModuleVersion '0.0.1'

DoD_Adobe_Acrobat_Reader_DC_Continuous_STIG_Computers_V2R1 'Example'
DoD_Google_Chrome_STIG_Computer_v2r8 'Example'
{
}
}
DoD_Adobe_Acrobat_Reader_DC_Continuous_STIG_Computers_V2R1 -OutputPath 'C:\DoD_Adobe_Acrobat_Reader_DC_Continuous_STIG_Computers_V2R1'
DoD_Google_Chrome_STIG_Computer_v2r8 -OutputPath 'C:\DoD_Google_Chrome_STIG_Computer_v2r8'
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Configuration 'DoD_Internet_Explorer_11_STIG_Computer_v2r4'
Configuration 'DoD_Microsoft_Defender_Antivirus_STIG_Computer_v2r4'
{
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Internet_Explorer_11_STIG_Computer_v2r4' -ModuleVersion '0.0.1'
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Microsoft_Defender_Antivirus_STIG_Computer_v2r4' -ModuleVersion '0.0.1'

DoD_Internet_Explorer_11_STIG_Computer_v2r4 'Example'
DoD_Microsoft_Defender_Antivirus_STIG_Computer_v2r4 'Example'
{
}
}
DoD_Internet_Explorer_11_STIG_Computer_v2r4 -OutputPath 'C:\DoD_Internet_Explorer_11_STIG_Computer_v2r4'
DoD_Microsoft_Defender_Antivirus_STIG_Computer_v2r4 -OutputPath 'C:\DoD_Microsoft_Defender_Antivirus_STIG_Computer_v2r4'
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Configuration 'DoD_Windows_10_STIG_Computer_v2r6'
Configuration 'DoD_Office_System_2016_and_Components_STIG_Computer'
{
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Windows_10_STIG_Computer_v2r6' -ModuleVersion '0.0.1'
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Office_System_2016_and_Components_STIG_Computer' -ModuleVersion '0.0.1'

DoD_Windows_10_STIG_Computer_v2r6 'Example'
DoD_Office_System_2016_and_Components_STIG_Computer 'Example'
{
}
}
DoD_Windows_10_STIG_Computer_v2r6 -OutputPath 'C:\DoD_Windows_10_STIG_Computer_v2r6'
DoD_Office_System_2016_and_Components_STIG_Computer -OutputPath 'C:\DoD_Office_System_2016_and_Components_STIG_Computer'
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Configuration 'DoD_Mozilla_Firefox_STIG_Computer_v6r5'
Configuration 'DoD_Windows_10_STIG_Computer_v2r6'
{
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Mozilla_Firefox_STIG_Computer_v6r5' -ModuleVersion '0.0.1'
Import-DSCResource -Module 'XOAPSTIGAugust2023DSC' -Name 'DoD_Windows_10_STIG_Computer_v2r6' -ModuleVersion '0.0.1'

DoD_Mozilla_Firefox_STIG_Computer_v6r5 'Example'
DoD_Windows_10_STIG_Computer_v2r6 'Example'
{
}
}
DoD_Mozilla_Firefox_STIG_Computer_v6r5 -OutputPath 'C:\DoD_Mozilla_Firefox_STIG_Computer_v6r5'
DoD_Windows_10_STIG_Computer_v2r6 -OutputPath 'C:\DoD_Windows_10_STIG_Computer_v2r6'
10 changes: 0 additions & 10 deletions Examples/Resources/XOAP_DSCResource.ps1

This file was deleted.

0 comments on commit 7de992f

Please sign in to comment.