summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dsc_script.rb
Commit message (Expand)AuthorAgeFilesLines
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Add additional resource descriptionsTim Smith2018-09-061-8/+1
* Add descriptions to dsc_scriptTim Smith2018-07-251-4/+11
* Attributes -> Properties in a few more resourcesTim Smith2018-07-101-6/+6
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* Add missing chef/resource requires in resourceTim Smith2018-06-121-0/+1
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Convert more set_or_returns to proper propertiesmore_propertiesTim Smith2018-03-051-31/+4
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-5/+9
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+5
* Avoid a few initializers in resources by using the DSL we haveTim Smith2017-12-151-0/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-9/+9
* autofixing whitespace copsLamont Granquist2016-02-051-11/+11
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-9/+9
* Add ps_credential dsl method to dsc_scriptJay Mundrawala2015-08-251-0/+2
* Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-1/+1
* 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