summaryrefslogtreecommitdiff
path: root/lib/chef/provider/template
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo setting up cookbook_name value in templatesTim Smith2021-05-061-1/+1
* Resolve our chefstyle warningsredundant_beginsTim Smith2021-04-011-6/+2
* Use .key? instead of keys.includeTim Smith2020-08-031-0/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Cope with the common case of passing node[“whatever”] as template variables.Noah Kantrowitz2017-04-041-1/+5
* Make chefstyle happy.Noah Kantrowitz2017-04-031-1/+1
* Allow lazy{} to be used in template resource variables.Noah Kantrowitz2017-04-031-1/+20
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* Use accessor instead of class variable (cleanup)Salim Alam2015-09-301-12/+12
* Use Chef::FileContentManagement::Tempfile to create temp fileSalim Alam2015-09-291-1/+1
* CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-181-0/+10
* fixing trailing blank lines as wellLamont Granquist2014-07-291-1/+0
* Improve line separator conversion on windowsDaniel DeLeo2013-06-071-0/+1
* Make sure that windows line endings are protected during template rendering.sersut2013-05-301-3/+6
* Move helper module compilation inside template resourcedanielsdeleo2013-05-291-2/+0
* Pass template extensions through to partialsdanielsdeleo2013-05-291-30/+0
* Add helper method/module support to template resourcedanielsdeleo2013-05-291-2/+35
* Move file content management logic outside of providers under Chef::FileConte...sersut2013-05-161-2/+2
* more spec test workLamont Granquist2013-03-221-4/+4
* locate objects closer to their primary concernsLamont Granquist2013-03-201-0/+56