summaryrefslogtreecommitdiff
path: root/lib/chef/resource/hostname.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect versions this resource was updated inTim Smith2021-06-071-3/+3
* Add introduced fields to the hostname resourceTim Smith2021-05-211-3/+5
* Updated the hostname resource to remove WMI support and use PowerShell to cha...John McCrae2021-05-171-1/+1
* Updated the hostname resource to remove WMI support and use PowerShell to cha...John McCrae2021-05-171-4/+2
* Updated the hostname resource to remove WMI support and use PowerShell to cha...John McCrae2021-05-151-1/+1
* Updated the hostname resource to remove WMI support and use PowerShell to cha...John McCrae2021-05-151-7/+49
* Make sure we have description fields in actions and fix periodsTim Smith2021-05-121-1/+1
* Revert windows hostname changes for now (#11564)Tim Smith2021-05-111-35/+2
* Clarify username / pw is windows onlyTim Smith2021-05-061-2/+2
* Add introduced to the new hostname propertiesTim Smith2021-05-061-2/+4
* messed up a squash. correcting the codeJohn McCrae2021-05-061-11/+4
* Updated the Windows code to use Rename-Computer, added properties for a domai...John McCrae2021-05-061-1/+8
* Updated the Windows code to use Rename-Computer, added properties for a domai...John McCrae2021-05-061-2/+33
* Added new property fqdn and made sure hosts entry includes the samesmriti2021-04-051-1/+7
* Move more descriptions to the new formatTim Smith2021-02-041-3/+1
* Simplify the code in the hostname resourcehostnameTim Smith2021-01-041-13/+13
* Avoid erroring out when hostname is not set on macLamont Granquist2020-12-091-3/+3
* convert most internal powershell_out to powershell_execmwrock2020-10-281-1/+1
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* fix a few new instances of Chef::DistMarc Chamberland2020-09-151-2/+2
* Use a const for the ec2 config location on windowsTim Smith2020-07-271-4/+5
* Add end-to-end hostname testingTim Smith2020-07-271-1/+1
* Use powershell_out vs. powershell_script in hostnameTim Smith2020-07-271-15/+14
* hostname: Improve the windows reboot messagehostname_rebootTim Smith2020-05-281-1/+2
* Add header to the hostname filehostname_solarisTim Smith2020-05-281-0/+3
* hostname: Remove support for Solaris 5.10Tim Smith2020-05-281-18/+1
* Fix ruby 2.7 keyword argument warnings.Pete Higgins2020-05-181-1/+1
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-4/+4
* Fix typoVivek Singh2020-04-061-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* Use the chef-utils helpers in our resourcesTim Smith2020-02-251-2/+2
* Convert more resources to unified_modeLamont Granquist2020-02-211-0/+2
* Add examples to various resourcesTim Smith2020-02-121-2/+17
* Add compile_time property to all resources (#9360)Lamont Granquist2020-02-111-15/+5
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-10/+10
* Fix a typo in the hostname resource property descriptionsTim Smith2019-06-261-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Add misc YARD commentsyard3Tim Smith2019-03-111-0/+2
* Updates from the review of #7929Tim Smith2018-11-151-1/+1
* Improve resource descriptions for documentationTim Smith2018-11-141-2/+2
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-1/+1
* Update description fields from the docs sitedescriptionsTim Smith2018-10-261-1/+1
* Resource description updates for homebrew_cask, homebrew_tap, and hostnameresource_doc_fixesTim Smith2018-09-141-4/+4
* Fixes from the reviewTim Smith2018-07-101-2/+2
* Add missing periods in descriptionsTim Smith2018-07-091-5/+5
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1