voxpupuli / puppet-confluence

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

Erb Templates are left behind at tag 2.1.1 #65

Open mativillagra opened 8 years ago

mativillagra commented 8 years ago

I just realize that some templates on the current master, are left behind at tag 2.1.1

Example . Here is my Puppetfile

forge "https://forgeapi.puppetlabs.com" mod "puppet/confluence" ,"2.1.1"

I do librarian-puppet install --verbose then I cd to ...modules/confluence/templates look for erb templates:

crowd.properties confluence.service.erb

And the are missing. Anyway the module works perfectly just want to point that out.

Solution is to add to the Puppetfile, to retrive module from github.

forge "https://forgeapi.puppetlabs.com"

mod 'confluence', :git => "https://github.com/voxpupuli/puppet-confluence.git"

Thanks in advance.

igalic commented 8 years ago

maybe our *ignore files are a bit too greedy?