forked from RiotGamesCookbooks/nexus-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kyle Allan
committed
Jun 5, 2014
1 parent
082f105
commit b30f30a
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,9 +223,6 @@ Most attributes under nexus are basic attributes needed for correctly installing | |
* nexus.bin_dir - the above home/bin | ||
* nexus.work_dir - the above path/sonatype-work/nexus | ||
* nexus.plugins - an Array of Nexus plugins that will be installed by the default recipe. | ||
* nexus.hosted\_repositories - an Array of Hashes that contain the following structure: `{ name: "My Hosted Repo", publisher: true }` | ||
* nexus.proxy\_repositories - an Array of Hashes that contain the following structure: `{ name: "My Proxy Repo", subscriber: true, publisher: false, url: "http://some-other-nexus/repo" }` | ||
* nexus.group\_repositories - an Array of Hashes that contain the following structure: `{ name: "My Group Repo", add: ["My Hosted Repo"], remote: ["My Proxy Repo"] }` | ||
* nexus.logs.logs\_to\_keep - a fixnum value for the maximum number of logs the Nexus should keep. | ||
|
||
Attributes under app\_server\_proxy help when you want to install an proxy in front of the running Nexus Jetty container. At the moment, the only supported alternative is nginx. Also, here is where you can configure SSL for either nginx or Jetty. | ||
|
@@ -259,7 +256,7 @@ Author:: Kyle Allan (<[email protected]>) | |
Based on work by Joseph Holsten (<[email protected]>), Charles Scott (<[email protected]>), | ||
Greg Schueler (<[email protected]>), and Seth Chisamore (<[email protected]>) | ||
|
||
Copyright 2013, Riot Games | ||
Copyright 2014, Riot Games | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters