Skip to content

Commit

Permalink
repack cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
loky9000 committed Jan 22, 2016
1 parent fdf3851 commit 6298b1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
7 changes: 3 additions & 4 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
site :opscode

cookbook 'git', git: "https://github.com/opscode-cookbooks/git.git", ref: "ea7deab8813d01352dde3014458360e5b5fddc77"
cookbook 'git', git: "https://github.com/opscode-cookbooks/git.git", ref: "v2.7.0"
cookbook 'build-essential', git: "https://github.com/opscode-cookbooks/build-essential.git", ref: "c1f1166bcd20ac4b3dbda518a794936ac4401d7f"
cookbook "minitest-handler"
cookbook 'apt', git: "https://github.com/opscode-cookbooks/apt.git"
cookbook 'apt', git: "https://github.com/opscode-cookbooks/apt.git", ref: "v2.7.0"

cookbook 'yum', git: "https://github.com/opscode-cookbooks/yum.git", ref: "76dea86a6c849a46be00086c7403d7821c1d3730"
cookbook 'jpackage', git: "https://github.com/opscode-cookbooks/jpackage.git", ref: "be42b3f75a294a64c6b4f461c4277eaa842d0aa9"
cookbook 'tomcat', git: "https://github.com/qubell-bazaar/tomcat.git", ref: "1f71ce38431fa3d470d77c1c55ba6902de0bcaf2"
cookbook 'tomcat', git: "https://github.com/loky9000/tomcat.git", ref: "b55e1a0ad1fe9a254731669e9ae568fa9b18ea2b"
cookbook 'timezone-ii', git: "https://github.com/qubell-bazaar/timezone-ii.git", ref: "ec1d124c10f02a0f202abff5783865116b14ece6"
cookbook 'openssl', git: "https://github.com/opscode-cookbooks/openssl.git", ref: "b9a52cdac76063059ff330e8427758cdeff5ee58"
cookbook 'windows', git: "https://github.com/opscode-cookbooks/windows.git", ref: "v1.34.8"
cookbook 'java', git: "https://github.com/opscode-cookbooks/java.git", ref: "7b559d6509c32cb250571250a2484dba2a9d5e49"


cookbook "cookbook-qubell-tomcat", git: "https://github.com/qubell-bazaar/cookbook-qubell-tomcat.git", ref: "v0.3.0"
cookbook "cookbook-qubell-build", git: "https://github.com/qubell-bazaar/cookbook-qubell-build.git", ref: "v0.3.0"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tomcat-dev
==========
Apache Tomcat
=============

![](http://tomcat.apache.org/images/tomcat-power.gif)

Expand Down
2 changes: 1 addition & 1 deletion component-skeleton
Submodule component-skeleton updated 1 files
+8 −3 build.sh
1 change: 1 addition & 0 deletions component-tomcat-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ application:
precedingPhases: [ provision-vm ]
phase: tomcat-install
parameters:
version: "11.16.4"
retryCount: 3
roles: [ default ]
runList: ["recipe[cookbook-qubell-tomcat]"]
Expand Down

0 comments on commit 6298b1d

Please sign in to comment.