summaryrefslogtreecommitdiff
path: root/lib/chef/resource/timezone.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure we have description fields in actions and fix periodsTim Smith2021-05-121-1/+1
* Move action description updatesTim Smith2021-02-041-1/+1
* Move more descriptions to the new formatTim Smith2021-02-041-3/+1
* Rename method to match othersTim Smith2020-08-181-2/+2
* Update lib/chef/resource/timezone.rb Tim Smith2020-08-181-1/+4
* Use .error? and make sure not to raise too earlyTim Smith2020-08-181-3/+3
* Make sure to not raise too earlytimezoneTim Smith2020-08-181-1/+1
* Make sure windows can still take case insensitive valuesTim Smith2020-08-181-35/+42
* Add spec for windows as wellTim Smith2020-08-181-1/+1
* Pass arrays to shelloutTim Smith2020-08-181-5/+5
* Better specify how to set timezones on windowsTim Smith2020-08-181-2/+10
* Refactor the timezone resource to properly load the current timezoneTim Smith2020-08-181-71/+92
* Update lib/chef/resource/timezone.rb Tim Smith2020-06-181-1/+1
* Add more examples to the resource codeTim Smith2020-06-181-0/+15
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Merge pull request #9441 from chef/lcg/remove-canonical-dslTim Smith2020-03-061-1/+1
|\
| * Remove the canonical DSLLamont Granquist2020-03-031-1/+1
* | timezone: Remove support for ubuntu < 16.04 / Debian < 8Tim Smith2020-03-051-17/+4
|/
* Cookstyle fixes for our resourcesTim Smith2020-02-261-2/+2
* Convert more resources to unified_modeLamont Granquist2020-02-211-1/+3
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* update description to include windowsCorey Hemminger2018-12-051-1/+1
* Merge remote-tracking branch 'origin' into gb/windows_timezoneusername-is-already-taken22018-11-231-8/+10
|\
* | Added windows support for the timezone resourceusername-is-already-taken22018-10-291-1/+15
|/
* Add macOS support to the timezone resourcemacos_timezoneTim Smith2018-10-271-32/+60
* Make all Chef 14 preview resources into full resourcesTim Smith2018-10-261-1/+0
* 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