Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhenke/cloudy-with-a-chance-of-tests-chef
cloudy with a chance of tests for chef
https://github.com/mhenke/cloudy-with-a-chance-of-tests-chef
Last synced: 26 days ago
JSON representation
cloudy with a chance of tests for chef
- Host: GitHub
- URL: https://github.com/mhenke/cloudy-with-a-chance-of-tests-chef
- Owner: mhenke
- Created: 2013-03-17T18:36:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T13:32:53.000Z (over 11 years ago)
- Last Synced: 2024-11-11T09:49:59.201Z (3 months ago)
- Language: Ruby
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========Installs the Cloudly With A Chance of Tests for ColdFusion.
Attributes
==========* `node['cloudy']['install_path']` (Default is /vagrant/wwwroot)
* `node['cloudy']['owner']` (Default is `nil` which will result in owner being set to `node['cf10']['installer']['runtimeuser']`)
* `node['cloudy']['group']` (Default is bin)
* `node['cloudy']['download']['url']` (Default is https://github.com/mhenke/Cloudy-With-A-Chance-Of-Tests/archive/develop.zip)
* `node['cloudy']['create_apache_alias']` (Default is false)Usage
=====On ColdFusion server nodes:
include_recipe "cloudy"