The light Cookbook - Installs light
The following platforms and versions are tested and supported using Opscode's test-kitchen.
Debian 9
Ubuntu 16.04
Key | Type | Description |
---|---|---|
[light][install_dir] |
String | Installation directory (default: /opt/light ) |
[light][repository] |
String | light repository (default: https://github.com/haikarainen/light ) |
[light][reference] |
String | light repository branch or tag (default: v1.0 ) |
[light][env] |
Hash | environment for git resource (default: {} ) |
Include the light
recipe in your run_list to install light:
{
"name":"my_node",
"run_list": [
"recipe[light]"
]
}
See TESTING.md
See CONTRIBUTING.md
Authors: Sliim [email protected]
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.