Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de8cb9 commit 4109b93Copy full SHA for 4109b93
metadata.rb
@@ -4,3 +4,7 @@
4
description "Installs/Configures application_java"
5
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6
version "0.0.1"
7
+
8
+%w{ application java tomcat }.each do |cb|
9
+ depends cb
10
+end
0 commit comments