summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* 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
* set nil by default, add two specssawanoboly2014-08-211-1/+1
* add_env_to_scm_resourcesawanoboly2014-08-211-0/+10
* Make sure freebsd_package is captured with the resource name it's declared wi...Serdar Sutay2014-08-131-2/+10
* * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-121-0/+18
* CHEF-5022: Add tests for #set_start_type and cleanupBryan McLellan2014-08-121-2/+1
* CHEF-5022: Don't use provides in the resourceBryan McLellan2014-08-121-1/+4
* 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
|\ \ \