Commit 6c1a4878f93e470b0880a3ca291ca0579b75e8ca
1 parent
02937278
Exists in
master
and in
17 other branches
Remove gitlab-running.json feature for now
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/default.rb
@@ -57,10 +57,3 @@ include_recipe "runit" | @@ -57,10 +57,3 @@ include_recipe "runit" | ||
57 | include_recipe "gitlab::#{service}_disable" | 57 | include_recipe "gitlab::#{service}_disable" |
58 | end | 58 | end |
59 | end | 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 |