From caf18c4901f39e24c2e485ad57439546210d7684 Mon Sep 17 00:00:00 2001 From: Maurizio Pillitu Date: Sat, 28 Mar 2015 22:51:51 +0100 Subject: [PATCH] issue #32 - fixes Berksfile by adding right cookbook versions and avoid version clash Former-commit-id: 367e1490a86b8e38095f6a9d13c1f583b910a254 [formerly 367e1490a86b8e38095f6a9d13c1f583b910a254 [formerly e55fed9737867bb3a13a7b7267000a6f68bf2e48]] Former-commit-id: 439bd71ae1ed50293e06647fff4a80a3c7a21900 Former-commit-id: 28b08589a232073987dd1611a4b8e594fad9bd90 Former-commit-id: 3100304426bbbf12beb1c678800fef7715676168 --- common/Berksfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/Berksfile b/common/Berksfile index 44872f8..1b33c3d 100644 --- a/common/Berksfile +++ b/common/Berksfile @@ -8,7 +8,6 @@ cookbook 'mysql-chef_gem', '=0.0.5' cookbook 'database', '=2.3.0' cookbook 'java', '=1.28.0' cookbook 'openssl', '=2.0.0' -cookbook 'maven', '=1.2.0' cookbook 'iptables', '=0.14.0' cookbook 'imagemagick', '=0.2.3' @@ -34,6 +33,7 @@ cookbook 'file', git: 'git://github.com/jenssegers/chef-file. cookbook 'swftools', git: 'git://github.com/dhartford/chef-swftools.git' cookbook 'openoffice', git: 'git://github.com/dhartford/chef-openoffice.git' -cookbook 'alfresco', git: 'git://github.com/maoo/chef-alfresco.git', tag: 'chef-alfresco-0.4.2' -cookbook 'artifact-deployer', git: 'git://github.com/maoo/artifact-deployer.git', tag: 'artifact-deployer-0.7.5' +cookbook 'alfresco', git: 'git://github.com/maoo/chef-alfresco.git' +cookbook 'artifact-deployer', git: 'git://github.com/maoo/artifact-deployer.git', tag: 'v0.8.6' cookbook 'tomcat', git: 'git://github.com/maoo/tomcat.git' +cookbook 'maven', git: 'git://github.com:maoo/maven.git'