Commit b2422e320b5c81637418d77978268077ad33cc63

Authored by Jacob Vosmaer
1 parent 5fed5323

Add dna.json and solo.rb from omnibus-chef-server

Repo
https://github.com/opscode/omnibus-chef-server.git
Path
files/chef-server-cookbooks/dna.json
files/chef-server-cookbooks/solo.rb
Revision
6a11fd840045a7ae7961e5a37439371b7407f3e9
files/gitlab-cookbooks/dna.json
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
  1 +{
  2 + "run_list": [ "recipe[chef-server]" ]
  3 +}
files/gitlab-cookbooks/solo.rb
@@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
  1 +CURRENT_PATH = File.expand_path(File.dirname(__FILE__))
  2 +file_cache_path "#{CURRENT_PATH}/cache"
  3 +cookbook_path CURRENT_PATH
  4 +verbose_logging false