forked from chef-boneyard/activemq
-
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.
COOK-872, missed hardcoded directory in execute
- Loading branch information
jtimberman
committed
Dec 5, 2011
1 parent
cd50ded
commit 75f5574
Showing
2 changed files
with
18 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,35 @@ | ||
# DESCRIPTION: | ||
Description | ||
=========== | ||
|
||
Installs activemq and sets up a service using the init script that comes with it. | ||
|
||
# REQUIREMENTS: | ||
Requirements | ||
============ | ||
|
||
Platform: | ||
## Platform: | ||
|
||
Tested on Ubuntu 10.04 and CentOS 5.5. Should work on any Debian or Red Hat family distributions. | ||
|
||
Opscode cookbooks: | ||
## Cookbooks: | ||
|
||
* java | ||
|
||
# ATTRIBUTES: | ||
Attributes | ||
========== | ||
|
||
* `activemq[:mirror]` - download URL up to the activemq/apache-activemq directory. | ||
* `activemq[:version]` - version to install. | ||
* `activemq[:deploy]` - directory to deploy to (/opt by default) | ||
* `node['activemq']['mirror']` - download URL up to the activemq/apache-activemq directory. | ||
* `node['activemq']['version']` - version to install. | ||
* `node['activemq']['home']` - directory to deploy to (/opt by default) | ||
* `node['activemq']['wrapper']['max_memory']` - maximum amount of memory to use for activemq. | ||
* `node['activemq']['wrapper']['useDedicatedTaskRunner']` - whether to use the dedicated task runner | ||
|
||
# USAGE: | ||
Usage | ||
===== | ||
|
||
Simply add `recipe[activemq]` to a run list. | ||
|
||
This cookbook doesn't use any custom configuration for activemq. | ||
|
||
# LICENSE AND AUTHOR: | ||
License and Author | ||
================== | ||
|
||
Author:: Joshua Timberman (<[email protected]>) | ||
|
||
|
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