summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
...
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-121-1/+2
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-0/+50
* Merge pull request #1680 from BundesIT/masterClaire McQuin2014-08-071-0/+1
|\
| * whitespace fix in paludis_package.rbtbe2014-07-281-1/+1
| * moved init of timeout for paludis packages to the right placeThomas Berger2014-07-261-0/+1
* | Merge pull request #1616 from chr4/userdel-forceClaire McQuin2014-08-071-0/+9
|\ \
| * | Add "force" attribute to resource/user, passing "-f" to userdelChris Aumann2014-07-081-0/+9
* | | fixup adding default_actions to actionLamont Granquist2014-07-231-2/+3
* | | Allow an array in default_actionSeth Vargo2014-07-231-3/+9
| |/ |/|
* | Remove appending :actions and :valid_actionsSeth Vargo2014-07-181-12/+1
* | Use defined? to check for instance variablesSeth Vargo2014-07-111-2/+2
* | Delegate DSL method values to their superclassSeth Vargo2014-07-111-7/+31
* | Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+4
|/
* Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-022-15/+14
* Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-301-7/+16
* Merge pull request #1414 from vtolstov/upstreamSerdar Sutay2014-06-261-0/+33
|\
| * add paludis package manager user in gentoo/exherbo linuxVasiliy Tolstov2014-05-131-0/+33
* | Merge pull request #1483 from opscode/CHEF-4600Claire McQuin2014-06-181-4/+17
|\ \
| * | fix indentingClaire McQuin2014-06-181-11/+16
| * | CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-0/+8
* | | Merge pull request #506 from ctennis/CHEF-3637Claire McQuin2014-06-181-0/+4
|\ \ \ | |/ / |/| |
| * | Add support for automatically using the Systemd service provider if it's in useCaleb Tennis2012-11-291-0/+4
* | | Merge pull request #1462 from pdf/CHEF-5168Claire McQuin2014-06-101-0/+11
|\ \ \
| * | | [CHEF-5168] Apt Package provider times outPeter Fern2014-05-281-0/+11
* | | | Merge pull request #1470 from opscode/CHEF-5323Claire McQuin2014-06-101-3/+62
|\ \ \ \
| * | | | add comment for future fixCHEF-5323Claire McQuin2014-06-091-0/+29
| * | | | convert data to string before checksummingClaire McQuin2014-06-051-1/+1
| * | | | send md5 checksummed registry key if data type is binary/dword/qwordClaire McQuin2014-06-051-3/+33
* | | | | PR #1428 review fixesSergey Sergeev2014-06-101-9/+0
|/ / / /
* | | | ruby 1.8.7 trololololololing me...Lamont Granquist2014-06-021-1/+1
* | | | srsly i hate ruby 1.8.7Lamont Granquist2014-06-021-1/+1
* | | | remove accidentally duplicated lineLamont Granquist2014-06-021-1/+0
* | | | move validation to resource codeLamont Granquist2014-06-021-2/+8
|/ / /
* | | Merge branch 'master' into sersut/CHEF-4637sersut2014-05-081-1/+2
|\ \ \
| * | | CHEF-5092: chef_gem should use omnibus `gem` binaryLamont Granquist2014-05-071-1/+2
* | | | Merge branch 'freebsdPkgngSupport' of github.com:liseki/chefsersut2014-05-081-3/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Access source instance variable directly when setting providerRichard Manyanza2014-03-281-1/+1
| * | | Refactor resolving of Freebsd package providerRichard Manyanza2014-03-121-2/+38
| * | | Refactor FreeBSD package providersRichard Manyanza2014-03-111-2/+2
* | | | fix spelling of lightweight resourcejamescott2014-05-071-2/+2
* | | | Merge pull request #1356 from opscode/ssd/CHEF-5163Serdar Sutay2014-05-071-9/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | [CHEF-5163] Support lazy evaluation the mount resource's options attrSteven Danna2014-04-021-9/+9
* | | | [CHEF-5162] Move argument parsing for source to new methodSteven Danna2014-05-021-9/+21
* | | | [CHEF-5162] Support DelayedEvaluator for remote_file's source attributeSteven Danna2014-05-021-6/+20
|/ / /
* | | CR feedback: fix misleading method name for setting inheritance, validate cla...Adam Edwards2014-03-292-5/+4
* | | CR feedback: move command evaluation to guard interpreterAdam Edwards2014-03-291-13/+11
* | | CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-8/+10
* | | CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-292-18/+24
* | | Fix namespacing issues caused by moving guard_interpreter logic out of Chef::...Adam Edwards2014-03-293-158/+15
* | | CR feedback: refactor guard interpreter logic out of Resource into ConditionalAdam Edwards2014-03-293-15/+71