summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Set default_env true on RHSM resources to prevent failuresTim Smith2018-08-025-0/+9
* Minor fix while checking kernel parameter's value in sysctlNimesh2018-08-021-5/+35
* MSYS-872 Fix for registry key resource doesn't recognise keys when passed as ...Vasu11052018-07-311-2/+5
* Remove some default values in descriptionsTim Smith2018-07-252-4/+4
* Remove smart quotesTim Smith2018-07-253-4/+4
* Remove references to a docs sectionTim Smith2018-07-253-3/+3
* Add descriptions to file resourceTim Smith2018-07-251-7/+22
* Add descriptions to the execute resourceTim Smith2018-07-251-13/+38
* Add descriptions to dsc_scriptTim Smith2018-07-251-4/+11
* Add descriptions and introduced dates to dsc_resourceTim Smith2018-07-251-3/+9
* Add dpkg_package descriptionTim Smith2018-07-251-1/+2
* Add support for setting task priorityvasu11052018-07-251-0/+2
* Bump version of ISO8601 to latest (0.11.0)nimesh-msys2018-07-241-2/+2
* Merge pull request #7475 from chef/ifconfigTim Smith2018-07-181-2/+6
|\
| * ifconfig: Add gateway property on RHEL/Debian based systemsifconfigTim Smith2018-07-161-2/+6
* | Merge pull request #7474 from chef/group_propertiesTim Smith2018-07-171-28/+21
|\ \ | |/ |/|
| * Improve comma separated list splitting in group resourcegroup_propertiesTim Smith2018-07-171-3/+3
| * Convert group resource to use properties with descriptionsTim Smith2018-07-161-27/+20
* | Remove the gateway propertyTim Smith2018-07-161-4/+0
* | Merge branch 'vlan' of https://github.com/tomdoherty/chef into tomdoherty-vlanTim Smith2018-07-161-0/+8
|\ \ | |/ |/|
| * Allow specifying VLAN on RHEL/CentosTom Doherty2017-09-131-0/+9
* | Attributes -> Properties in a few more resourcesTim Smith2018-07-102-7/+7
* | Merge pull request #7441 from chef/143_release_notesTim Smith2018-07-101-1/+1
|\ \
| * | Update from reviewTim Smith2018-07-101-1/+1
* | | Attribute -> Property in additional placesTim Smith2018-07-102-2/+2
* | | Fixes from the reviewTim Smith2018-07-107-13/+13
* | | Add missing action descriptionsTim Smith2018-07-092-0/+6
* | | Add missing periods in descriptionsTim Smith2018-07-0914-33/+34
* | | Add descriptions to chocolatey_sourceTim Smith2018-07-091-4/+11
|/ /
* | Move the older_than_win_2012_or_8? to platform_introspectionTim Smith2018-07-062-10/+10
* | windows_feature_powershell: Don't error on PowerShell 3.0Tim Smith2018-07-051-1/+1
* | fix Style/MutableConstantLamont Granquist2018-07-022-4/+4
* | fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* | fix Layout/IndentHeredocLamont Granquist2018-07-021-16/+16
* | fix Style/HashSyntaxLamont Granquist2018-07-0215-58/+58
* | Use ALLUSERSPROFILE ENV variable vs. hardcoding the pathTim Smith2018-06-262-4/+4
* | Add chocolatey_config and chocolatey_source resourcesTim Smith2018-06-262-0/+171
* | Merge pull request #7354 from Intility/powershell_package_sourceStuart Preston2018-06-201-0/+165
|\ \
| * | add descriptions to actions, require chef/resourceTor Magnus Rakvåg2018-06-141-2/+4
| * | set the resource to previewTor Magnus Rakvåg2018-06-131-1/+1
| * | refactor state fetching to use jsonTor Magnus Rakvåg2018-06-131-12/+15
| * | rename name property to source_nameTor Magnus Rakvåg2018-06-131-14/+14
| * | fix some propertiesTor Magnus Rakvåg2018-06-131-9/+7
| * | add missing descriptionsTor Magnus Rakvåg2018-06-121-6/+6
| * | make properties idempotentTor Magnus Rakvåg2018-06-121-20/+83
| * | fix copyrightTor Magnus Rakvåg2018-06-111-1/+1
| * | use psrepository cmdlet under the hood for powershellgetTor Magnus Rakvåg2018-06-111-8/+18
| * | wire up package_management_providerTor Magnus Rakvåg2018-06-081-0/+1
| * | fix refactor errorTor Magnus Rakvåg2018-06-081-1/+1
| * | initial resource shellTor Magnus Rakvåg2018-06-081-0/+88