summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_font.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add introduced versions for properties and more descriptionsTim Smith2018-09-061-1/+1
| | | | | | Getting the auto generated docs ready 1 fix at a time. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update windows_font descriptionsTim Smith2018-08-311-4/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
| | | | | | Due to changes in chef-client 14 old cookbooks started winning and this causes lots of problems, especially for old incompatible resources. Chef client should always win here. Signed-off-by: Tim Smith <tsmith@chef.io>
* get rid of remove in description since this resource doesn't do thatbrewn2018-03-291-1/+1
| | | | Signed-off-by: brewn <nbrewer@chef.io>
* Update release notes and resources to matchTim Smith2018-03-271-1/+1
| | | | | | Fixed the resoruce docs while I was in there. Signed-off-by: Tim Smith <tsmith@chef.io>
* mechanical conversion of most debug log statements to traceThom May2018-03-261-4/+4
| | | | Signed-off-by: Thom May <thom@chef.io>
* Simplify how we find the fonts directoryTim Smith2018-02-261-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add windows auto_run, font, pagefile, printer, printer_port, and shortcut ↵Tim Smith2018-02-231-0/+127
resources Ported from the Windows cookbook Signed-off-by: Tim Smith <tsmith@chef.io>