------manifest----------- node myserver {include test } { file{"/tmp/file1": contents=>"hello world"} file{"/tmp/file2": contents=>template("file2.erb")} } ------file2.erb----------- hello world <% puts "this is ruby writing some contents to this file" %>
