Installs the Nexus maven repository manager.
- centos-6.4
| Key | Type | Description | Default |
|---|---|---|---|
| ['nexus']['download_url'] | String | where to download the nexus oss tarball | http://download.sonatype.com/nexus/oss/nexus-latest-bundle.tar.gz |
| ['nexus']['version'] | String | Version installed | 2.9.2 |
| ['nexus']['sha256'] | String | Checksum of downloaded tarball | 2c03fb47bb4c3a48801e9a198b4f7445f6af270be02ee0d1ff9902ef70e255a7 |
| ['nexus']['user'] | String | User name to run as | nexus |
| ['nexus']['install_dir'] | String | Location of Nexus executables | /opt/nexus |
| ['nexus']['data_dir'] | String | Location of Nexus artefacts, indexes, conf files | /data/nexus |
| ['nexus']['jetty_port'] | String | TCP port to listen on for embedded jetty | 8080 |
| ['nexus']['jetty_iface'] | String | network interface to listen on | 0.0.0.0 |
Include nexus-oss in your node's run_list:
{
"run_list": [
"recipe[nexus-oss::default]"
]
}Author:: Benny Colyn (Benny.Colyn@gmail.com)