Commit 0ee37a64 authored by Ed Reel's avatar Ed Reel

Add camp stack

parent c03a4601
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