OSDN Git Service

http by default.
[metasearch/grid-chef-repo.git] / roles / Berksfile
index dd68c35..40d80d9 100644 (file)
@@ -17,7 +17,7 @@
 #grid_chef_repo = 'git://git.osdn.jp/gitroot/metasearch/grid-chef-repo.git'
 
 # for ver. 3.x
-#source 'http://gpm00.grid.example.com:6280'
+source 'https://berks-api.io.example.com:6280'
 source 'https://supermarket.chef.io'
 #source 'https://api.berkshelf.com'  # old
 # for ver. 2.x
@@ -31,6 +31,10 @@ source 'https://supermarket.chef.io'
 cookbook 'apt'
 cookbook 'build-essential'
 cookbook 'berkshelf-api-server', '= 2.1.1'
+cookbook 'chef-client'
+cookbook 'cron'
 cookbook 'java'
-cookbook 'yum', '< 3.0'
+cookbook 'push-jobs'
+cookbook 'yum', '>= 3.0'
+#cookbook 'yum', '< 3.0'