A library cookbook to help interact with pleaserun.
Shouldn't require anything special.
node['pleaserun']['platform']
- which platform to use. e.g. 'upstart', 'runit', 'sysv'
TODO: List you cookbook attributes here.
Just include pleaserun
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[pleaserun]"
]
}
include_recipe 'pleaserun::default'
pleaserun 'test' do
name 'test'
program '/bin/echo'
args [ 'hello', 'world' ]
description 'test app'
action :create
end
e.g.
- 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:
- Paul Czarkowski ( [email protected])
License:
Apache2 blurb goes here.