Updated source parameter in provider create
Also added additional unit testing for restart and source parameters #80
Merge pull request #81 from Spartanaco/correct-source-parameter-behavior
Updated source parameter in provider create
(GH-85) Fix typo in provider for source parameter
Previously if a source parameter was specified it was not actually appended to the PowerShell command. This commit updates the command generation to use the correct resource name and fixes a typo in the comments
(GH-86) Fix invalid XML from Get-WindowsFeature
Prior to this commit, the ConvertTo-XML return on Windows 2008R2 returned an invalid XML document from Get-WindowsFeature. This commit limits the data selected for the XML return to the data that is parsed. This commit fixes #86 and should affect Windows 2008R2 and Windows 2008.
Merge pull request #85 from glennsarti/fix-source-param
(GH-85) Fix typo in provider for source parameter
Merge pull request #88 from jarretlavallee/86_windows2008_xml_issues
(GH-86) Fix invalid XML from Get-WindowsFeature
Merge pull request #92 from TraGicCode/refactor/remove-non-windows-no…
…desets In a windows only module we don't want non-windows nodesets
Merge pull request #93 from TraGicCode/refactor/use-proper-boolean-va…
…lidation Refactor Hacky boolean validation
Update from voxpupuli modulesync_config
Fix unneded shebang for Rubocop warning