From 3754e45573d02a348d64bbf7e596b345b842d1bf Mon Sep 17 00:00:00 2001 From: Mariah Date: Fri, 16 Dec 2016 22:18:35 -0800 Subject: [PATCH] adding registry back in --- PSDscResources.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSDscResources.psd1 b/PSDscResources.psd1 index 71e7460..588a66e 100644 --- a/PSDscResources.psd1 +++ b/PSDscResources.psd1 @@ -73,7 +73,7 @@ VariablesToExport = '*' AliasesToExport = @() # DSC resources to export from this module -DscResourcesToExport = 'Group', 'GroupSet', 'Script', 'Service', 'ServiceSet', 'User', 'WindowsFeature', 'WindowsFeatureSet', 'WindowsOptionalFeature', 'WindowsOptionalFeatureSet', 'WindowsPackageCab', 'WindowsProcess', 'ProcessSet' +DscResourcesToExport = 'Group', 'GroupSet', 'Registry', 'Script', 'Service', 'ServiceSet', 'User', 'WindowsFeature', 'WindowsFeatureSet', 'WindowsOptionalFeature', 'WindowsOptionalFeatureSet', 'WindowsPackageCab', 'WindowsProcess', 'ProcessSet' # List of all modules packaged with this module # ModuleList = @()