diff --git a/Berksfile b/Berksfile index 73389d2..beaf4a2 100644 --- a/Berksfile +++ b/Berksfile @@ -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" diff --git a/README.md b/README.md index 8d5447a..b592c57 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -tomcat-dev -========== +Apache Tomcat +============= ![](http://tomcat.apache.org/images/tomcat-power.gif) diff --git a/component-skeleton b/component-skeleton index a2479ad..e40f558 160000 --- a/component-skeleton +++ b/component-skeleton @@ -1 +1 @@ -Subproject commit a2479adc5e455486f303fc3df193ee713701aa8d +Subproject commit e40f5584514ba081b64674bf7861f3913e642bdb diff --git a/component-tomcat-dev.yml b/component-tomcat-dev.yml index 5c3f281..4dde36e 100644 --- a/component-tomcat-dev.yml +++ b/component-tomcat-dev.yml @@ -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]"]