Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

puppet-eclipse

Eclipse plugin for Puppet.

Provides eclipse via apt packaging, and allows module install via a custom class.

Example manifest that will install Eclipse + Aptana + PyDev:

include eclipse
eclipse::module {'aptana_core':
repository => 'http://download.aptana.com/studio3/plugin/install',
feature_id => 'com.aptana.feature.feature.group,com.aptana.pydev.feature.feature.group',
} -> eclipse::module {'aptana_pydev':
repository => 'http://download.aptana.com/studio3/plugin/install',
feature_id => 'com.aptana.pydev.feature.feature.group',
}

TODO

This has only been checked on Ubuntu, would be useful to check if it works with Debian and Redhat

About

Eclipse plugin for Puppet

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages