summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dsc_script.rb
Commit message (Expand)AuthorAgeFilesLines
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* Modified dsc_script imports to not use hash rocketJay Mundrawala2015-02-081-6/+12
* Added imports to dsc_script resource.Jay Mundrawala2015-01-201-0/+8
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-2/+1
* We now check for powershell/dsc compat in provider.jdmundrawala/issue-2027-masterJay Mundrawala2014-09-221-16/+2
* DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-191-1/+18
* Add configurationdata attribute supportAdam Edwards2014-09-191-4/+26
* Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+101