1 cookbook_file "#{ENV['JETTY_BASE']}/resources/base_template.yaml" do
2 source "base_template.yaml"
4 owner "#{ENV['JETTY_USER']}"
5 group "#{ENV['JETTY_GROUP']}"
8 cookbook_file "#{ENV['JETTY_BASE']}/resources/base_template.env" do
9 source "base_template.env"
11 owner "#{ENV['JETTY_USER']}"
12 group "#{ENV['JETTY_GROUP']}"