From 610f774cda8ef788bd06015f501ee95b318e95ed Mon Sep 17 00:00:00 2001 From: Cory Wood Date: Tue, 15 Jan 2019 15:17:21 -0600 Subject: [PATCH 1/3] Link GroupPolicyDsc resource Closes #101 --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 9cb35c48..2ef56bc2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -193,3 +193,6 @@ [submodule "DscResources/WmiNamespaceSecurityDsc"] path = DscResources/WmiNamespaceSecurityDsc url = https://github.com/PowerShell/WmiNamespaceSecurityDsc +[submodule "DscResources/GroupPolicyDsc"] + path = DscResources/GroupPolicyDsc + url = https://github.com/corydwood/GroupPolicyDsc From 15f3e13d620c41af1f5bc773002252dfc4a0e2d6 Mon Sep 17 00:00:00 2001 From: Cory Wood Date: Mon, 28 Jan 2019 15:11:49 -0600 Subject: [PATCH 2/3] Added GroupPolicyDsc submodule. --- .gitmodules | 4 ++-- DscResources/GroupPolicyDsc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 DscResources/GroupPolicyDsc diff --git a/.gitmodules b/.gitmodules index 2ef56bc2..8a5d32ee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -193,6 +193,6 @@ [submodule "DscResources/WmiNamespaceSecurityDsc"] path = DscResources/WmiNamespaceSecurityDsc url = https://github.com/PowerShell/WmiNamespaceSecurityDsc -[submodule "DscResources/GroupPolicyDsc"] - path = DscResources/GroupPolicyDsc +[submodule "DscResources\\GroupPolicyDsc"] + path = DscResources\\GroupPolicyDsc url = https://github.com/corydwood/GroupPolicyDsc diff --git a/DscResources/GroupPolicyDsc b/DscResources/GroupPolicyDsc new file mode 160000 index 00000000..00a78730 --- /dev/null +++ b/DscResources/GroupPolicyDsc @@ -0,0 +1 @@ +Subproject commit 00a7873036935aa2bb2c422bed29b7fce93c49d7 From 8d2704e813ec6c551caf891cb73b01824b1eb847 Mon Sep 17 00:00:00 2001 From: Cory Wood Date: Mon, 28 Jan 2019 15:13:37 -0600 Subject: [PATCH 3/3] Updated Maintainers.md. --- Maintainers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Maintainers.md b/Maintainers.md index 195cf30f..488dc2fb 100644 --- a/Maintainers.md +++ b/Maintainers.md @@ -49,6 +49,7 @@ and Mariah Breakey ([@mbreakey3](https://github.com/mbreakey3)). | [DscResource.Tests](https://github.com/PowerShell/DscResource.Tests) | Katie Keim ([@kwirkykat](https://github.com/kwirkykat))
Mariah Breakey ([@mbreakey3](https://github.com/mbreakey3)) | | [FileContentDsc](https://github.com/PlagueHO/FileContentDsc) | Daniel Scott-Raynsford ([@PlagueHO](https://github.com/PlagueHO)) | | [FSRMDsc](https://github.com/PlagueHO/FSRMDsc) | Daniel Scott-Raynsford ([@PlagueHO](https://github.com/PlagueHO)) | +| [GroupPolicyDsc](https://github.com/corydwood/GroupPolicyDsc) | Cory Wood ([@corydwood](https://github.com/corydwood)) | | [iSCSIDsc](https://github.com/PlagueHO/iSCSIDsc) | Daniel Scott-Raynsford ([@PlagueHO](https://github.com/PlagueHO)) | | [NetworkingDsc](https://github.com/PowerShell/NetworkingDsc) | Tyson Hayes ([@tysonjhayes](https://github.com/tysonjhayes))
Daniel Scott-Raynsford ([@PlagueHO](https://github.com/PlagueHO)) | | [OfficeOnlineServerDsc](https://github.com/PowerShell/OfficeOnlineServerDsc) | Nik Charlebois ([@NikCharlebois](https://github.com/NikCharlebois)) |