Skip to content

davidcunningham/puppet-eclipse

 
 

Repository files navigation

Eclipse Puppet Module for Boxen Build Status

Install Eclipse, an Open Source IDE aiming to provide a universal toolset for development. This will install the latest release of Eclipse, called Kepler. You can also choose the version, e.g. SR1 or SR2. By default, version SR2 will be installed.

Usage

# Eclipse for Java Developers
include eclipse::java

class { 'eclipse::java':
  version => 'SR2'
}

# Eclipse for JEE Developers
include eclipse::jee

class { 'eclipse::jee':
  version => 'SR2'
}

# Eclipse for Grails Developers
include eclipse::ggts

# Eclipse for C++ Developers
include eclipse::cpp

Required Puppet Modules

  • boxen

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

Eclipse Puppet Module for Boxen

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 72.3%
  • Puppet 22.6%
  • Shell 5.1%