summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9648 from chef/Kapil/GitHub-9450_Update_the_locale_resour...Tim Smith2020-04-251-15/+40
|\
| * Update the locale resource to support WindowsKapil/GitHub-9450_Update_the_locale_resource_to_support_WindowsKapil Chouhan2020-04-221-15/+40
* | Allow Arrays in msu_package version againTim Smith2020-04-251-1/+6
* | Add back shell_out with the actual 900s defaultTim Smith2020-04-241-0/+5
* | Move the windows only timeout property from service to windows_serviceTim Smith2020-04-242-5/+5
* | Merge pull request #9726 from chef/lcg/chef-16-gitTim Smith2020-04-234-85/+80
|\ \
| * | update descriptionslcg/chef-16-gitLamont Granquist2020-04-233-5/+7
| * | Chef-16 git provider fixesLamont Granquist2020-04-234-83/+76
| |/
* | More docs improvementsTim Smith2020-04-231-1/+3
* | Minor improvements to the resource descriptionsTim Smith2020-04-234-3/+5
* | Make sure all the non-multipackage packge resources can't take arrayspackageTim Smith2020-04-2214-1/+98
|/
* Merge pull request #7982 from chef/multi_packageTim Smith2020-04-171-1/+1
|\
| * Improve the homebrew_user description for documentationTim Smith2020-04-161-1/+1
* | The value property in windows_env is not required for deletelcg/required-properties-chef-16Lamont Granquist2020-04-171-1/+1
* | Add back the missing require on OhaiTim Smith2020-04-161-0/+1
* | Merge ohai resource / provider into a single resourceTim Smith2020-04-161-2/+18
|/
* Merge pull request #9649 from MsysTechnologiesllc/dh/fix-msu-pkg-cumulative-u...Tim Smith2020-04-151-0/+5
|\
| * add timeout propertydheerajd-msys2020-04-141-0/+5
* | Replace a few uses of attributes / parameters in messaging with propertiesTim Smith2020-04-151-1/+1
* | Give execute resource a proper timeout defaulttimeoutsTim Smith2020-04-131-1/+2
* | Updates to timeout properties in resourcesTim Smith2020-04-1312-23/+36
|/
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-13137-137/+137
* remove support for SLES11dheerajd-msys2020-04-131-1/+0
* Merge pull request #9642 from chef/macos-resourcesTim Smith2020-04-102-1/+208
|\
| * Update lib/chef/resource/plist.rb Tim Smith2020-04-101-1/+1
| * Super avoid class name confusionTim Smith2020-04-101-1/+1
| * Call the right plist in build-essentialTim Smith2020-04-101-1/+1
| * Update lib/chef/resource/plist.rb Tim Smith2020-04-101-2/+1
| * Update lib/chef/resource/plist.rb Tim Smith2020-04-101-2/+2
| * Use constants for pathsTim Smith2020-04-101-26/+15
| * Add description / introduced and require plistTim Smith2020-04-101-1/+5
| * Use shell_out! instead of executeTim Smith2020-04-101-9/+3
| * Add the plist resource from the macos cookbookTim Smith2020-04-101-0/+221
* | Support non-Linux hosts in chef_client_cronchef_cron_legacyTim Smith2020-04-092-22/+33
|/
* Update lib/chef/resource/chef_client_systemd_timer.rb Tim Smith2020-04-091-1/+1
* Fix a typo from reviewTim Smith2020-04-091-1/+1
* Link directly to the time docsTim Smith2020-04-091-3/+3
* Add more descriptions and convert splay to be a time spansystemd_timerTim Smith2020-04-081-19/+28
* Add chef_client_systemd_timer resourceTim Smith2020-04-081-0/+168
* Add more typo fixesVivek Singh2020-04-071-1/+1
* Fix typoVivek Singh2020-04-0611-13/+13
* Updated introudced version for start_when_available optionVasu11052020-04-051-1/+1
* Merge pull request #9544 from pschaumburg/ps/windows_firewall_rule-reworkTim Smith2020-04-041-5/+91
|\
| * Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-032-22/+26
| |\
| * \ Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-0220-12/+42
| |\ \
| * | | add example for icmp_typePatrick Schaumburg2020-04-021-0/+11
| * | | Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-014-30/+74
| |\ \ \
| * | | | use define_resource_requirements instead of own methodPatrick Schaumburg2020-04-011-28/+35
| * | | | disable false valuePatrick Schaumburg2020-03-301-1/+1
| * | | | fix chefstyle errorPatrick Schaumburg2020-03-301-2/+3