This cookbook is install the Parallel ssh.
python
pssh needs python to intall.
node['pssh']['version']
- Install versionnode['pssh']['install_dir']
- Install directory
Just include pssh
in your node's run_list
:
{
"run_list": [
"recipe[pssh]"
]
}
- 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
Authors: Yusuke Tanaka (Akatsuki Inc.)
This software is released under the MIT License