From: whitestar Date: Sun, 11 Oct 2015 10:26:25 +0000 (+0900) Subject: node_commons-0.1.1 X-Git-Tag: node_commons-0.1.1^0 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=6c92c3af495655c7069825f968ce7f58944e953b;p=metasearch%2Fgrid-chef-repo.git node_commons-0.1.1 --- diff --git a/cookbooks/node_commons/metadata.rb b/cookbooks/node_commons/metadata.rb index ec8580f..f63f64c 100644 --- a/cookbooks/node_commons/metadata.rb +++ b/cookbooks/node_commons/metadata.rb @@ -4,12 +4,12 @@ maintainer_email '' license 'Apache 2.0' description 'Installs/Configures node_commons' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.1.0' +version '0.1.1' %w{ debian ubuntu centos redhat fedora }.each do |os| supports os end depends 'apt' -depends 'yum' +depends 'yum', '< 3.0' diff --git a/roles/Berksfile b/roles/Berksfile index 29e9bde..dd68c35 100644 --- a/roles/Berksfile +++ b/roles/Berksfile @@ -28,7 +28,9 @@ source 'https://supermarket.chef.io' # Could not open or read: './roles/metadata.rb' # community cookbooks +cookbook 'apt' cookbook 'build-essential' cookbook 'berkshelf-api-server', '= 2.1.1' cookbook 'java' +cookbook 'yum', '< 3.0'