summaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_3_errors_config.rb
blob: 54dee2ef2660337b68e48cfebe6585c0453f6932 (plain)
1
2
3
4
5
6
7
cookbook_file "#{ENV['JETTY_BASE']}/config/catalog-fe/ecomp-error-configuration.yaml" do
  source "FE-ecomp-error-configuration.yaml"
  mode 0755
  owner "jetty"
  group "jetty"
end