------manifest-----------
node myserver {include test }
classtest {
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"%>