diff --git a/files/gitlab-cookbooks/gitlab/recipes/show_config.rb b/files/gitlab-cookbooks/gitlab/recipes/show_config.rb index cf3ce00b65e008d090e4c0c9ae8efcffa003cdf3_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9naXRsYWIvcmVjaXBlcy9zaG93X2NvbmZpZy5yYg==..9989434661d991a00971c531badb48af33977ebc_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9naXRsYWIvcmVjaXBlcy9zaG93X2NvbmZpZy5yYg== 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/show_config.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/show_config.rb @@ -15,5 +15,5 @@ # limitations under the License. # -if File.exists?("/etc/chef-server/chef-server.rb") +if File.exists?("/etc/gitlab/gitlab.rb") ChefServer[:node] = node @@ -19,5 +19,5 @@ ChefServer[:node] = node - ChefServer.from_file("/etc/chef-server/chef-server.rb") + ChefServer.from_file("/etc/gitlab/gitlab.rb") end config = ChefServer.generate_config(node['fqdn']) diff --git a/files/gitlab-cookbooks/show-config.json b/files/gitlab-cookbooks/show-config.json index cf3ce00b65e008d090e4c0c9ae8efcffa003cdf3_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9zaG93LWNvbmZpZy5qc29u..9989434661d991a00971c531badb48af33977ebc_ZmlsZXMvZ2l0bGFiLWNvb2tib29rcy9zaG93LWNvbmZpZy5qc29u 100644 --- a/files/gitlab-cookbooks/show-config.json +++ b/files/gitlab-cookbooks/show-config.json @@ -1,3 +1,3 @@ { - "run_list": [ "recipe[chef-server::show_config]" ] + "run_list": [ "recipe[gitlab::show_config]" ] }