summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* More tweaks to when we quote defaults in resource-inspectorTim Smith2018-11-071-1/+1
* More resource description updatesTim Smith2018-11-0722-36/+33
* Coerce arrays of ints to an array of stringsfirewallTim Smith2018-11-061-2/+4
* Allow passing multiple ports in windows_firewallTim Smith2018-11-061-14/+17
* Add additional descriptions to resource and update otherswordingTim Smith2018-11-0610-33/+46
* Merge pull request #7871 from tomdoherty/run-initramfs_command-only-onceTim Smith2018-11-051-13/+19
|\
| * Defer running initramfs_command until end of runTom Doherty2018-11-051-13/+19
* | Merge pull request #7867 from chef/validationsTim Smith2018-11-056-9/+18
|\ \
| * | Add more validation_messages to propertiesvalidationsTim Smith2018-11-036-9/+18
| |/
* | Merge pull request #7842 from Intility/windows_firewall_ruleTim Smith2018-11-051-0/+199
|\ \
| * | remove references to the cookbookTor Magnus Rakvåg2018-11-011-4/+0
| * | port resource from cookbook, add descriptionsTor Magnus Rakvåg2018-11-011-0/+203
* | | Merge pull request #7808 from chef/resource_descriptionsTim Smith2018-11-0524-34/+41
|\ \ \ | |_|/ |/| |
| * | Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-3017-19/+26
| * | Properly deprecate visudo_path property in sudo resourceTim Smith2018-10-301-1/+1
| * | Update descriptions and add default_description fieldsTim Smith2018-10-307-10/+10
| * | Don't document state properties in systemd_unitTim Smith2018-10-301-4/+4
* | | Merge pull request #7857 from Intility/doc-fixTim Smith2018-11-021-1/+1
|\ \ \
| * | | update description with the powershell_package_source resourceTor Magnus Rakvåg2018-11-021-1/+1
| | |/ | |/|
* | | Merge pull request #7777 from MsysTechnologiesllc/Kapil/MSYS-913_add_descript...Bryan McLellan2018-11-011-0/+4
|\ \ \
| * | | - Added `description` property on windows_task resourcekapil chouhan2018-10-301-0/+4
* | | | Merge pull request #7787 from chef/ohai_nameTim Smith2018-11-011-4/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove the deprecated ohai_name property from the ohai resourceohai_nameTim Smith2018-10-291-4/+0
* | | | Merge pull request #7818 from chef/windows_resourcesTim Smith2018-10-312-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove preview resource from windows_certificate & windows_shareTim Smith2018-10-302-2/+0
* | | | Merge pull request #7731 from chef/windows_resourcesTim Smith2018-10-302-0/+584
|\ \ \ \ | |/ / /
| * | | Update the introduced field to be 14.7Tim Smith2018-10-302-2/+2
| * | | Auto mark windows_certificate as sensitive if a password is setTim Smith2018-10-302-3/+9
| * | | Description fixes from reviewTim Smith2018-10-292-6/+6
| * | | Add windows_certificate and windows_share resourcesTim Smith2018-10-292-0/+578
| |/ /
* | | Fix support for passing route type as a Stringroute_resourceTim Smith2018-10-291-1/+1
* | | Remove unused route resource propertiesTim Smith2018-10-291-14/+24
|/ /
* | Merge pull request #7789 from chef/freebsdTim Smith2018-10-291-19/+1
|\ \
| * | Remove deprecated support for FreeBSD pkg providerfreebsdTim Smith2018-10-281-19/+1
* | | Merge pull request #7802 from chef/dmg_packageLamont Granquist2018-10-291-39/+51
|\ \ \
| * | | Fix accepting the EULA not workingdmg_packageTim Smith2018-10-281-2/+5
| * | | Better detect currently installed packagesTim Smith2018-10-281-3/+3
| * | | memoize passphrase_cmdTim Smith2018-10-281-1/+1
| * | | Move dmg attached check out to a helper methodTim Smith2018-10-281-1/+7
| * | | header property: Don't default to nil or accept nilTim Smith2018-10-281-2/+2
| * | | Move more functionality to helper methods and propertiesTim Smith2018-10-281-13/+20
| * | | Use full path to hdiutil and prevent finder opening the mounted dmg windowTim Smith2018-10-281-4/+4
| * | | Don't rely on shelling out to grep to determine if EULA is necessaryTim Smith2018-10-281-3/+3
| * | | Remove declare_resource usageTim Smith2018-10-271-4/+5
| * | | Fix dmg_name to actually work the way it was meant toTim Smith2018-10-271-2/+3
| * | | Remove logic that uniquely named the remote_file resourceTim Smith2018-10-271-2/+1
| * | | Set desired state on several propertiesTim Smith2018-10-271-5/+6
| * | | Add missing periods to the descriptionsTim Smith2018-10-271-2/+2
| * | | Use current_value instead of the installed propertyTim Smith2018-10-271-8/+2
| |/ /
* | | Merge pull request #7803 from chef/mount_arrayLamont Granquist2018-10-291-2/+2
|\ \ \