summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Set the :default_guard_interpreter to :default so that the script resource gu...Serdar Sutay2014-10-201-0/+1
* Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-171-12/+0
|\
| * Removing all traces of 'created_as_type' since that fix is no longer necessarytyler-ball2014-10-161-12/+0
* | Differentiate between the default and the user set guard_attributes in order ...Serdar Sutay2014-10-162-21/+17
* | Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-163-39/+45
* | Remove the "path" attribute from "execute" resource which has never been back...Serdar Sutay2014-10-161-9/+0
|/
* Merge pull request #2165 from coderanger/rfc017Serdar Sutay2014-10-102-2/+2
|\
| * Rework template/file loading to not require the default/ and to accept an arr...Noah Kantrowitz2014-10-042-2/+2
* | Merge pull request #1907 from Aevin1387/freebsd-port-pkgngSerdar Sutay2014-10-101-12/+11
|\ \
| * | Move supports_with_pkgng? check to the freebsd_package package.Cory Stephenson2014-08-281-11/+10
| * | Have freebsd port use pkg info if the freebsd version is >= 10000017Cory Stephenson2014-08-241-2/+2
* | | Merge pull request #2197 from opscode/sersut/fixup-chef-1662Serdar Sutay2014-10-091-1/+12
|\ \ \
| * | | Revert "Remove appending :actions and :valid_actions"Serdar Sutay2014-10-091-1/+12
* | | | Updates based on PR comments.sersut/no-lwrp-class-reloadSerdar Sutay2014-10-091-1/+0
* | | | Don't override LWRP resources or providers anymore in Chef 12.Serdar Sutay2014-10-081-13/+12
|/ / /
* | | Merge pull request #2103 from opscode/jdmundrawala/issue-2027-masterJay Mundrawala2014-10-081-16/+2
|\ \ \
| * | | We now check for powershell/dsc compat in provider.jdmundrawala/issue-2027-masterJay Mundrawala2014-09-221-16/+2
* | | | homebrew_owner now tries to run homebrew as the user who owns the `brew` exec...tyler-ball2014-10-071-0/+11
| |_|/ |/| |
* | | Remove duplicate exceptionBryan McLellan2014-09-301-1/+3
* | | unit test for guard_interpreter creation during compilationBryan McLellan2014-09-301-0/+1
* | | refactor conditional to evaluate for guards laterBryan McLellan2014-09-301-7/+17
* | | update functional tests for guard_interpreterBryan McLellan2014-09-301-1/+1
* | | guard_interpreter requires a commandBryan McLellan2014-09-301-0/+5
|/ /
* | Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-191-0/+34
* | 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
* | Improve the action and throw-label names.Chris Doherty2014-09-121-2/+5
* | Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run.Chris Doherty2014-09-101-1/+1
* | Remove the timestamp attribute, which isn't actually settable by the user.Chris Doherty2014-09-101-4/+0
* | 'timeout' -> 'delay_mins'; add a run_context() shim for RebootPending.Chris Doherty2014-09-101-3/+3
* | First-pass changes for a core reboot resource. Still uses run_state instead o...Chris Doherty2014-09-101-0/+49
|/
* CHEF-1737: Fix noauto support.markgibbons2014-08-211-0/+9