voxpupuli / puppet-confluence

A puppet module to install confluence
https://forge.puppet.com/puppet/confluence
MIT License
21 stars 76 forks source link

Where is the template confluence.service.erb #47

Closed ericlaflamme closed 8 years ago

ericlaflamme commented 8 years ago
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.

ericlaflamme commented 8 years ago

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