summaryrefslogtreecommitdiff
path: root/lib/chef/resource/hostname.rb
Commit message (Expand)AuthorAgeFilesLines
* 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