summaryrefslogtreecommitdiff
path: root/lib/chef/provider/dsc_resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-141-8/+8
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-031-1/+1
* Update dsc_resource to use verbose stream outputsalam/dsc-resource-fixSalim Alam2015-11-191-4/+9
* WMF 5 RTM and Win 10 Threshold 2 allow the RefreshMode to be enabled.Steven Murawski2015-11-181-2/+26
* Add reboot notification to dsc_resourceSteven Murawski2015-11-181-32/+37
* Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-081-3/+3
* Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-081-9/+5
* Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-301-2/+2
* Fix dsc_resource to work with WMF 5 April Previewjdm/wmfJay Mundrawala2015-05-291-1/+8
* Fixed bug where module_name would return an object instead of stringjdm/dsc-resourceJay Mundrawala2015-03-251-1/+1
* Useful error message when dsc resource is not foundJay Mundrawala2015-03-201-3/+9
* Don't test the current state of the resource until the action is runJay Mundrawala2015-03-201-4/+2
* ResourceStore does not deal with exceptionsJay Mundrawala2015-03-201-6/+14
* Better error message in define_resource_requirementsJay Mundrawala2015-03-201-2/+2
* Display information from DSCJay Mundrawala2015-03-201-2/+7
* dsc_resource provider honors module_name is providedJay Mundrawala2015-03-201-0/+1
* Update dsc_resource provider to work with 3rd party resourcesJay Mundrawala2015-03-201-0/+21
* Make things workJay Mundrawala2015-03-201-11/+11
* Added basic skeleton for DscResource providerJay Mundrawala2015-03-201-0/+118