summaryrefslogtreecommitdiff
path: root/lib/chef/resource/hostname.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing chef/resource requires in resourceTim Smith2018-06-121-0/+16
* improved regex accuracy lib/chef/resource/hostname.rbBernhard Ott2018-05-151-1/+1
* Don't fail on every hostname with windowsTim Smith2018-04-021-1/+1
* Do the bare minimum validation to make sure we don't get a FQDN on windowsvalidate_hostnameTim Smith2018-03-281-8/+7
* Add basic hostname validationTim Smith2018-03-281-0/+2
* More release note updates from reviewsTim Smith2018-03-271-1/+2
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Add more description fields, style fixes, add missing requiresTim Smith2018-03-041-10/+5
* Swap out nokogiri for rexmlhostname_resourceTim Smith2018-02-141-4/+5
* Add new resource description and introduced valuesTim Smith2018-02-141-6/+28
* Add hostname resource from chef_hostname cookbookTim Smith2018-02-141-0/+229