Forge Home

eclipse

This class installs eclipse, eclipse plug ins and allows for management of projects and workspaces via puppet.

13,012 downloads

10,267 latest version

1.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.0 (latest)
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Jul 14th 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'runthebusiness-eclipse', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add runthebusiness-eclipse
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install runthebusiness-eclipse --version 1.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

runthebusiness/eclipse — version 1.1.0 Jul 14th 2014

eclipse

This class installs eclipse, eclipse plug ins and allows for management of projects and workspaces via puppet.

Here is an example of how use this code in our own manifests:

# install eclipse indigo and the plugins we use in our own deployments (working in debian squeeze)
eclipse::package::phpdelux{"eclipseplusplugins":}

# Import project
eclipse::project::phpsvn{"eclipsephpandsvnproject":
  projectname=>[project name],
  workspacepath=>[path to workspace],
  path=>[path to project folder],
  group=>[group ownership of folder],
  owner=>[user ownership of folder],
  mode=>[file permissions of folder],
  require=>Eclipse::Package::Phpdelux["eclipseplusplugins"]
}

# Fix any issues that happen with the workspace
eclipse::fixworkspace{"eclipsefixworkspace":
    workspacepath=>[path to work space],
    owner=>[user ownership of folder],
    group=>[group ownership of folder],
    mode=>[file permissions of folder],
    require=>Eclipse::Project::Phpsvn["eclipsephpandsvnproject"]

}

See comment blocks of the code for further documentation.

We are happy to accept improvements to this project (bug reports/fixes, new built in plug in support, extended functionality, etc).

This module has been tested in debian squeeze, if you use it in another flavor and it works fine as is or if you have improvements to the eclipse::params class to allow it to work in your flavor please let us know.

Authors

Will Ferrer, Ethan Brooks

Contributing Authors Vang Nguyen, Neil Grogan, Martin Schulze

Licensees

2012 developed under license for Switchsoft LLC http://www.switchsoft.com a "Direct response telephony company" as part of it's "VOIP Call distribution, ROI analysis platform, call recording, and IVR for inbound and outbound sales" and Run the Business Systems LLC a "Technology development investment group" as part of it's "PHP, Javascript rapid application development framework and MySQL analysis tools"

License

Licensed under the terms of the Open Source LGPL 3.0 license.

Contact

will.ferrer@runthebusiness.net

Support

Please send tickets and issues to our contact email address or at: https://github.com/runthebusiness/puppet-eclipse/issues

Project Url

https://github.com/runthebusiness/puppet-eclipse