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