adding setenv to set jira.home

This commit is contained in:
Bryce Johnson 2012-08-08 14:23:06 +10:00
parent 50e518a826
commit 5e6a1b3e71
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ class jira::config{
creates => "${jira::params::homedir}"
}
file { "${jira::params::webappdir}/bin/setenv.sh":
content => template('jira/setenv.sh.erb'),
mode => '0755',
require => Class['jira::install'],
}
if "${jira::params::db}" == 'postgresql' {
file { "${jira::params::homedir}/dbconfig.xml":
content => template('jira/dbconfig.postgres.xml.erb'),