voxpupuli/puppet-confluence

Where is the template confluence.service.erb

Closed this issue · 1 comments

if $::operatingsystemmajrelease == '7' {
  $service_file_location = '/usr/lib/systemd/system/confluence.service'
  $service_file_template = 'confluence/confluence.service.erb'
  $service_lockfile      = '/var/lock/subsys/confluence'

This file seems to be missing, is it a mistake or the file isn't done yet? I'm unable to install confluence on centos7 at the moment.

Seems like I didn't pull last version... sorry about that