]> git.openstreetmap.org Git - chef.git/history - cookbooks/chef/libraries/edit_file.rb
Standardise on double quoted strings
[chef.git] / cookbooks / chef / libraries / edit_file.rb
2015-02-14 Tom HughesConvert wordpress_site to an LWRP
2015-02-02 Tom HughesFix some issues identified by rubocop
2013-11-24 Tom HughesReimplement edit_file using Chef::DelayedEvaluator
2013-11-24 Tom HughesMake deferring of edit_file work properly
2013-11-23 Tom HughesMake edit_file work again
2013-11-23 Tom HughesRevert "Make an EditedFile look like a string"
2013-11-23 Tom HughesMake an EditedFile look like a string
2013-11-23 Tom HughesDefer evaluation of an edited file's contents
2013-11-23 Tom HughesReplace content_from_file extension with simpler edit_f...