Skip to content

Commit

Permalink
update versions of module and requirements, update jira yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrakowitzer committed Mar 23, 2014
1 parent ef128a4 commit cb25fb0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'mkrakowitzer-jira'
version '0.0.3'
version '0.0.4'
source 'https://github.com/brycejohnson/puppet-jira.git'
author 'brycejohnson'
license 'Apache License, Version 2.0'
Expand All @@ -8,4 +8,4 @@ description 'Module to install Jira'
project_page 'https://github.com/brycejohnson/puppet-jira/blob/master/README.md'

## Add dependencies, if any:
dependency 'mkrakowitzer/deploy', '>= 0.0.1'
dependency 'mkrakowitzer/deploy', '>= 0.0.2'
12 changes: 11 additions & 1 deletion jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ jira::dbport: 5432
#jira::dbport: 1521

# The connection pool size
jira::poolsize: 15
jira::poolsize: 20
jira::enable_connection_pooling: false
jira::poolMinSize: 20
jira::poolMaxSize: 20
jira::poolMaxWait: 30000
jira::minEvictableIdleTime: 60000
jira::poolMaxIdle: 20
jira::poolRemoveAbandoned: true
jira::poolRemoveAbandonedTimout: 300
jira::poolTestWhileIdle: true
jira::poolTestOnBorrow: true

# Change if your database isn't on localhost. This module will only check
# to make sure that the service is running and start it if it is not on
Expand Down

0 comments on commit cb25fb0

Please sign in to comment.