Commit a9226ba6 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #1904 from uberhacker/add-camp-package

Add camp stack
parents 70b21e08 0ee37a64
require 'package'
class Camp < Package
description 'Server stack which includes httpd, percona_server and php'
homepage ''
version '1.0'
is_fake
depends_on 'httpd'
depends_on 'percona_server'
depends_on 'php' unless File.exists? "#{CREW_PREFIX}/bin/php"
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment