The was cookbook installs and configures the WebSphere Application Server
Redhat
Key | Type | Description | Default |
---|---|---|---|
['was']['version'] | int | default was version | 8.5 |
Include was
in your node's run_list
:
{
"run_list": [
"recipe[was::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author:: Ishtiaq Ahmed ([email protected])