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 09aaa81 commit dfe1467Copy full SHA for dfe1467
1 file changed
spec/acceptance/mysql_spec.rb
@@ -39,10 +39,10 @@ class { 'jira':
39
homedir => '/opt/jira-home',
40
javahome => '/usr',
41
db => 'mysql',
42
- dbport => '3306',
+ dbport => 3306,
43
dbdriver => 'com.mysql.jdbc.Driver',
44
dbtype => 'mysql',
45
- tomcat_port => '8081',
+ tomcat_port => 8081,
46
tomcat_native_ssl => true,
47
tomcat_keystore_file => '/tmp/jira.ks',
48
require => [Mysql::Db['jira'], Java_ks['jira']],
0 commit comments