From b2422e320b5c81637418d77978268077ad33cc63 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 29 Jan 2014 16:58:29 +0100 Subject: [PATCH] Add dna.json and solo.rb from omnibus-chef-server --- files/gitlab-cookbooks/dna.json | 3 +++ files/gitlab-cookbooks/solo.rb | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/files/gitlab-cookbooks/dna.json b/files/gitlab-cookbooks/dna.json index e69de29..c9df23f 100644 --- a/files/gitlab-cookbooks/dna.json +++ b/files/gitlab-cookbooks/dna.json @@ -0,0 +1,3 @@ +{ + "run_list": [ "recipe[chef-server]" ] +} diff --git a/files/gitlab-cookbooks/solo.rb b/files/gitlab-cookbooks/solo.rb index e69de29..ee86989 100644 --- a/files/gitlab-cookbooks/solo.rb +++ b/files/gitlab-cookbooks/solo.rb @@ -0,0 +1,4 @@ +CURRENT_PATH = File.expand_path(File.dirname(__FILE__)) +file_cache_path "#{CURRENT_PATH}/cache" +cookbook_path CURRENT_PATH +verbose_logging false -- libgit2 0.21.2