diff options
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-repo/cookbooks')
-rw-r--r-- | sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb index e9a00c3d95..6cba7e9e08 100644 --- a/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb +++ b/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb @@ -54,7 +54,7 @@ end template "VnfrepoConfiguration" do - path "/#{jetty_base}/config/onboarding-be/config-vnfsdk.yaml" + path "/#{jetty_base}/config/onboarding-be/config-vnfrepo.yaml" source "BE-vnfrepo-configuration.yaml.erb" owner "jetty" group "jetty" |