summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #3004 from chef/lcg/deploy-provider-nillableLamont Granquist2015-03-092-2/+3
|\
| * make deploy provider support nilLamont Granquist2015-03-052-2/+3
* | provider_resolver migration from provider_mappingLamont Granquist2015-03-049-4/+18
|/
* fix specsLamont Granquist2015-02-231-2/+0
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-231-2/+2
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-232-224/+50
* Add Chef::GuardInterpreter.for_resource method to reduce duplicationSteven Danna2015-02-172-18/+4
* Update comments in File::Verification classSteven Danna2015-02-171-1/+3
* Change @user_verifications to @verificationsSteven Danna2015-02-171-3/+3
* Use Chef::Mixin::DescendantsTracker to track registered verificationsSteven Danna2015-02-171-6/+11
* Implement RFC 027 File VerificationSteven Danna2015-02-172-0/+132
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-0/+14
|\
| * 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
* | allow_downgrade in rpm_packagesonots2015-02-121-0/+9
* | patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-optionLamont Granquist2015-02-091-3/+3
* | add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-091-4/+4
* | Merge pull request #2692 from jaymzh/multipackageLamont Granquist2015-02-041-2/+2
|\ \
| * | Multipackge supportPhil Dibowitz2015-02-031-2/+2
* | | Bugfix: Allow action :nothing for windows_package, ips_package, paludis_packa...Julian C. Dunn2015-02-044-4/+4
|/ /
* | fix LWRP constant lookupsLamont Granquist2015-02-031-1/+1
* | Use default argument values for #define_method and avoid exceptions (ruby < 2...Xabier de Zuazo2015-01-271-3/+2
* | LWRPBase#attribute: fix the ArgumentError description to include 0 lengthXabier de Zuazo2015-01-271-1/+1
* | Update some ruby 1.8 related comments (issue #2497)Xabier de Zuazo2015-01-271-3/+2
* | Use #define_method instead of #class_eval (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-11/+3
* | Merge pull request #2717 from chef/tball/guard_interpreterTyler Ball2015-01-261-0/+7
|\ \
| * | Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-051-0/+7
* | | support arrays for not_if and only_ifDave Eddy2015-01-251-1/+1
| |/ |/|
* | Merge pull request #2722 from patcox/CHEF-2690Phil Dibowitz2015-01-131-0/+1
|\ \
| * | Macports provider - provide packagePat Cox2015-01-121-0/+1
* | | add a compile_time flag to chef_gem resourceLamont Granquist2015-01-121-3/+20
|/ /
* | remove filter altogether, as per code reviewPat Cox2015-01-071-1/+1
* | correct filters for MacPorts package providerPat Cox2015-01-061-1/+1
|/
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-0/+18
* Adding unit test coverage and updating per github reviewtyler-ball2014-12-161-0/+109
* First pass at fixing broken notificationstyler-ball2014-12-161-1/+2
* 28fd0c9c87c6fceb7068776a04c32cd8381fe8f6 removed the path attribute fromSerdar Sutay2014-12-081-0/+11
* Execute and Script Resource improvementsLamont Granquist2014-12-082-7/+18
* Fix issue where LWRP resources using `provides` failsJay Mundrawala2014-12-051-1/+1
* Ensure 'uri' is required where it's used.danielsdeleo2014-11-261-0/+1
* misc cleanupScott Bonds2014-11-131-1/+1
* add openbsd package providerScott Bonds2014-11-131-0/+51
* Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-282-0/+2
* Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-282-2/+0
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-282-2/+4
* windows_package installer_type should be a symbolBryan McLellan2014-10-281-1/+1
* Merge pull request #1596 from opscode/lcg/provider-resovlerLamont Granquist2014-10-2445-54/+75
|\
| * Chef-12 RC Provider ResolverLamont Granquist2014-10-2445-54/+75
* | Set guard_interpreter using default_guard_interpreterAdam Edwards2014-10-231-1/+1
* | powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-232-2/+3
|/