cookbook 'pssh', '= 0.1.1'
pssh (3) Versions 0.1.1 Follow0
Installs pssh
cookbook 'pssh', '= 0.1.1', :supermarket
knife supermarket install pssh
knife supermarket download pssh
pssh Cookbook
This cookbook is install the Parallel ssh.
Requirements
-
python
pssh needs python to intall.
Attributes
-
node['pssh']['version']
- Install version -
node['pssh']['install_dir']
- Install directory
Usage
Just include pssh
in your node's run_list
:
{ "run_list": [ "recipe[pssh]" ] }
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
Authors: Yusuke Tanaka (Akatsuki Inc.)
This software is released under the MIT License
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.