summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Make sure we define windows_task resource on *nix systemssp/7903backportTim Smith2018-11-091-231/+230
* windows_ad_join: Switch to UPN format usernames for use with AD cmdletssp/fix7715-chef-14Stuart Preston2018-11-091-1/+1
* Merge pull request #7889 from chef/initramfs_14Tim Smith2018-11-071-13/+19
|\
| * Defer running initramfs_command until end of runinitramfs_14Tom Doherty2018-11-071-13/+19
* | Merge pull request #7888 from chef/firewall_ports_14Tim Smith2018-11-071-14/+19
|\ \
| * | Coerce arrays of ints to an array of stringsfirewall_ports_14Tim Smith2018-11-071-2/+4
| * | Allow passing multiple ports in windows_firewallTim Smith2018-11-071-14/+17
| |/
* | More tweaks to when we quote defaults in resource-inspectorTim Smith2018-11-071-1/+1
* | More resource description updatesTim Smith2018-11-0722-36/+33
* | Add additional descriptions to resource and update othersTim Smith2018-11-0710-33/+46
|/
* Merge pull request #7876 from chef/windows_firewall_14Tim Smith2018-11-051-0/+200
|\
| * Make windows_firewall a preview resourcewindows_firewall_14Tim Smith2018-11-051-0/+1
| * remove references to the cookbookTor Magnus Rakvåg2018-11-051-4/+0
| * port resource from cookbook, add descriptionsTor Magnus Rakvåg2018-11-051-0/+203
* | Merge pull request #7875 from chef/validations_14Tim Smith2018-11-056-9/+18
|\ \
| * | Add more validation_messages to propertiesTim Smith2018-11-056-9/+18
| |/
* | Skip more resources and set others to desired state falseTim Smith2018-11-0517-19/+26
* | Properly deprecate visudo_path property in sudo resourceTim Smith2018-11-051-1/+1
* | Update descriptions and add default_description fieldsTim Smith2018-11-057-10/+10
* | Don't document state properties in systemd_unitTim Smith2018-11-051-4/+4
|/
* - Added `description` property on windows_task resourcebtm/14-backport-7777kapil chouhan2018-11-011-0/+4
* Merge pull request #7831 from chef/dmg_package_14Tim Smith2018-10-311-39/+51
|\
| * Fix accepting the EULA not workingTim Smith2018-10-311-2/+5
| * Better detect currently installed packagesTim Smith2018-10-311-3/+3
| * memoize passphrase_cmdTim Smith2018-10-311-1/+1
| * Move dmg attached check out to a helper methodTim Smith2018-10-311-1/+7
| * header property: Don't default to nil or accept nilTim Smith2018-10-311-2/+2
| * Move more functionality to helper methods and propertiesTim Smith2018-10-311-13/+20
| * Use full path to hdiutil and prevent finder opening the mounted dmg windowTim Smith2018-10-311-4/+4
| * Don't rely on shelling out to grep to determine if EULA is necessaryTim Smith2018-10-311-3/+3
| * Remove declare_resource usageTim Smith2018-10-311-4/+5
| * Fix dmg_name to actually work the way it was meant toTim Smith2018-10-311-2/+3
| * Remove logic that uniquely named the remote_file resourceTim Smith2018-10-311-2/+1
| * Set desired state on several propertiesTim Smith2018-10-311-5/+6
| * Add missing periods to the descriptionsTim Smith2018-10-311-2/+2
| * Use current_value instead of the installed propertyTim Smith2018-10-311-8/+2
* | Merge pull request #7833 from chef/windows_resources_14Tim Smith2018-10-312-0/+584
|\ \
| * | Update the introduced field to be 14.7Tim Smith2018-10-312-2/+2
| * | Auto mark windows_certificate as sensitive if a password is setTim Smith2018-10-312-3/+9
| * | Description fixes from reviewTim Smith2018-10-312-6/+6
| * | Add windows_certificate and windows_share resourcesTim Smith2018-10-312-0/+578
| |/
* | Add macOS support to the timezone resourceTim Smith2018-10-311-32/+60
|/
* Merge pull request #7811 from chef/docs_improvementsTim Smith2018-10-319-19/+20
|\
| * Add skip_docs and default_description to resource propertiesdocs_improvementsTim Smith2018-10-302-2/+3
| * Update description fields from the docs siteTim Smith2018-10-308-17/+17
* | Allow passing array to supports in mount againarray_mountTim Smith2018-10-301-2/+2
|/
* Fix locale on RHEL 6 / Amazon LinuxTim Smith2018-10-251-1/+1
* Add support for localized system account to windows_task resourceAnton Kvashenkin2018-10-161-238/+240
* Shellout with an array for safetTim Smith2018-10-091-5/+1
* Add the timezone resource from the timezone_lwrp cookbookTim Smith2018-10-091-0/+95