Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhenke/chef-cfselenium
https://github.com/mhenke/chef-cfselenium
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhenke/chef-cfselenium
- Owner: mhenke
- Created: 2013-05-22T00:39:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T01:18:17.000Z (over 11 years ago)
- Last Synced: 2024-11-11T09:49:59.291Z (3 months ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========Installs the CFSelenium.
Attributes
==========* `node['CFSelenium']['install_path']` (Default is /vagrant/wwwroot)
* `node['CFSelenium']['owner']` (Default is `nil` which will result in owner being set to `node['cf10']['installer']['runtimeuser']`)
* `node['CFSelenium']['group']` (Default is bin)
* `node['CFSelenium']['download']['url']` (Default is https://github.com/boughtonp/CFSelenium/archive/master.zip)
* `node['CFSelenium']['create_apache_alias']` (Default is false)Usage
=====On ColdFusion server nodes:
include_recipe "CFSelenium"