runthebusiness / puppet-eclipse

This class installs eclipse, eclipse plug ins and allows for management of projects and workspaces via puppet.
5 stars 5 forks source link

Added `unpackeclipse` exec to the file method #10

Closed thomaslarsen closed 9 years ago

thomaslarsen commented 9 years ago

Hi,

I have created a fix for this issue #9. I tested it with this snippet:

eclipse { 'install_eclipse':
        method          => 'file',
        filesource      => "/data0/files/eclipse/${eclipse_archive_file}",
        downloadfile    => "${eclipse_archive_file}",
}

... which runs with no errors.

runthebusiness commented 9 years ago

Hi Thomas

I just merged your pull request.

Thank you very much for finding and the fixing the issue.

I hope this message finds you well.

All the best.

Will Ferrer