Initial OpenECOMP SDC commit
[sdc.git] / sdc-os-chef / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / recipes / FE_3_errors_config.rb
1 cookbook_file "/var/lib/jetty/config/catalog-fe/ecomp-error-configuration.yaml" do
2   source "FE-ecomp-error-configuration.yaml"
3   mode 0755
4   owner "jetty"
5   group "jetty"
6 end
7