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