cookbook 'opt-modules', '= 0.1.2'
opt-modules (2) Versions 0.1.2 Follow0
Installs/Configures Environment Modules
cookbook 'opt-modules', '= 0.1.2', :supermarket
knife supermarket install opt-modules
knife supermarket download opt-modules
opt-modules Cookbook
This cookbook installs Environment Modules.
Requirements
cookbooks
build-essential
platforms
- CentOS 6.5 is supported and tested.
Attributes
default
-
['modules']['version']
- Version of Environment Modules. Default is3.2.10
. -
['modules']['download_url']
- Download URL. Default is http://prdownloads.sourceforge.net/modules/modules-['modules']['version'].tar.gz -
['modules']['download_dir']
- Download directory. Default is/tmp
. -
['modules']['install_dir']
- Install directory. Default is/opt
.
Usage
environment-modules::default
Include opt-modules
in your node's run_list
as shown below.
{ "name":"my_node", "run_list": [ "recipe[opt-modules]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
- Author:: Koji Tanaka (kj.tanaka@gmail.com)
Copyright:: 2014 FutureGrid Project, Indiana University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Dependent cookbooks
build-essential >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
environment-modules CHANGELOG
This file is used to list changes made in each version of the environment-modules cookbook.
0.1.0
- [your_name] - Initial release of environment-modules
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Foodcritic Metric
0.1.2 passed this metric
0.1.2 passed this metric