summaryrefslogtreecommitdiff
path: root/lib/chef/resource/support
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct constant in the resource support filesTim Smith2020-03-174-5/+4
| | | | | | This also makes the message about not editing the file consistent because why not. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add the ulmit templateTim Smith2020-03-161-0/+41
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use Dist constants in resource erb templatesMarc Chamberland2020-03-163-3/+3
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Add cron_d and cron_access resources from the cron cookbookTim Smith2018-08-132-0/+32
| | | | | | Cron_d was the #1 requested resource that we already had written. Everyone uses it and we should ship it. It's not a replacement for the existing cron cookbook, but just a different way of managing cron. If people want to manage the whole file or individual snippets we'll give them the option, just as we've always done by having the core resource and this resource. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add ssh_known_hosts_entry from ssh_known_hosts cookbookTim Smith2018-06-111-0/+3
| | | | | | Port this from the 6.1 release of the cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix template to match the updated version in the cookbookTim Smith2018-03-221-1/+1
| | | | | | This fixes an issue when writing out env_keep only configs. Found this via a super test suite against 14.0.159 Signed-off-by: Tim Smith <tsmith@chef.io>
* Add the sudo resource from the sudo resourceTim Smith2018-03-151-0/+18
Copied as is with the new description fields added. Signed-off-by: Tim Smith <tsmith@chef.io>