summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp
AgeCommit message (Collapse)Author
2012-11-27setup the couchdb class to provide the couchdb connection parametersMicah Anderson
2012-11-27make sure the webapp/public/config directory exists and the eip-service.json ↵Micah Anderson
is provided there
2012-11-27map /1 -> document rootMicah Anderson
2012-11-27add site_webapp class to install the certs/keys/CAs and virtual host ↵Micah Anderson
configurations
2012-11-27place the provider.json and ca.crt in the webrootMicah Anderson
2012-11-27add hiera keys for providerMicah Anderson
include site_webapp::apache
2012-11-22use origin/develop instead of develop as revisionvarac
2012-11-22switch to the develop branch for the webapp git repository for ↵Micah Anderson
deployment/testing. when released, this should track a stable release
2012-11-22remove escaping double-quotes, it turns out these are passed directly to the ↵Micah Anderson
command causing it to fail
2012-11-20add initial site_webapp moduleMicah Anderson