From 6c1a4878f93e470b0880a3ca291ca0579b75e8ca Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 30 Jan 2014 16:00:39 +0100 Subject: [PATCH] Remove gitlab-running.json feature for now --- files/gitlab-cookbooks/gitlab/recipes/default.rb | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/default.rb b/files/gitlab-cookbooks/gitlab/recipes/default.rb index e996554..486bb46 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/default.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/default.rb @@ -57,10 +57,3 @@ include_recipe "runit" include_recipe "gitlab::#{service}_disable" end end - -file "/etc/gitlab/gitlab-running.json" do - owner node['gitlab']['user']['username'] - group "root" - mode "0600" - content Chef::JSONCompat.to_json_pretty({ "gitlab" => node['gitlab'].to_hash, "run_list" => node.run_list }) -end -- libgit2 0.21.2