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