summaryrefslogtreecommitdiff
path: root/lib/chef/provider/dsc_script.rb
Commit message (Expand)AuthorAgeFilesLines
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-301-1/+1
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-1/+1
|\
| * Modified dsc_script resource provider to use the imports hashJay Mundrawala2015-01-201-1/+1
* | dsc_script passes timeout to lcm shelloutJay Mundrawala2015-02-101-5/+11
* | Fix typo resouces to resourcesdrag00n2015-01-051-1/+1
|/
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+3
* DSC terminology correction in insufficient powershell version messageAdam Edwards2014-10-141-1/+1
* DSC parameters should be passed even when there is no config data fileAdam Edwards2014-10-141-2/+1
* Merge pull request #2103 from opscode/jdmundrawala/issue-2027-masterJay Mundrawala2014-10-081-3/+31
|\
| * We now check for powershell/dsc compat in provider.jdmundrawala/issue-2027-masterJay Mundrawala2014-09-221-3/+31
* | Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
|/
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-191-3/+3
* Better logging for dsc scripts with multiple resourcesJay Mundrawala2014-09-191-3/+8
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-2/+2
* DSC: Added test for dsc_script providerAdam Edwards2014-09-191-1/+3
* Add configurationdata attribute supportAdam Edwards2014-09-191-2/+26
* Parse WhatIf from LCMJay Mundrawala2014-09-191-2/+16
* Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+103