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

Fixed a few issues while using to deploy Eclipse Luna #7

Closed petehayes closed 10 years ago

petehayes commented 10 years ago

init.pp defaulted pluginius to [] instead of undef. This caused the install to immediately fail when it went to try and process plugins.

I added an unless attribute on the exec for chmoding the eclipse directory to stop if from redoing that each time puppet runs. No big issue but cleans up the noise.

init.pp was missing the $ when it compared pluginius to undef.

runthebusiness commented 10 years ago

Hi Pete

Thank you much for the contribution.

All the best.

Will