]> git.openstreetmap.org Git - chef.git/history - cookbooks/chef/libraries/edit_file.rb
Fix some cookstyle warnings
[chef.git] / cookbooks / chef / libraries / edit_file.rb
2022-12-04 Tom HughesFix some cookstyle warnings
2022-12-03 Tom HughesReduce pollution of the Chef namespace
2016-01-15 Tom HughesFix issues reported by new rubocop
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...