TODO: This will installl and configure hello world application
TODO: Ubuntu 14.4
Name | Type | Description | Default |
---|---|---|---|
default["sinatra"]["ip"] | String | IP address on which hello world should run | 127.0.0.1 |
default["sinatra"]["listener"] | Integer | TCP port on which Hello world will be running | 4567 |
default["helloworld"]["directory"]/tt> | String | Directory on which the hello world app will be copied | /production/helloworld/ |
Include helloworld
in your node's run_list
:
{
"run_list": [
"recipe[helloworld::default]"
]
}
[] Author:: sumeshkanayi ([email protected])