Commit 6c1a4878f93e470b0880a3ca291ca0579b75e8ca

Authored by Jacob Vosmaer
1 parent 02937278

Remove gitlab-running.json feature for now

files/gitlab-cookbooks/gitlab/recipes/default.rb
... ... @@ -57,10 +57,3 @@ include_recipe "runit"
57 57 include_recipe "gitlab::#{service}_disable"
58 58 end
59 59 end
60   -
61   -file "/etc/gitlab/gitlab-running.json" do
62   - owner node['gitlab']['user']['username']
63   - group "root"
64   - mode "0600"
65   - content Chef::JSONCompat.to_json_pretty({ "gitlab" => node['gitlab'].to_hash, "run_list" => node.run_list })
66   -end
... ...