~brad-marshall/charms/trusty/apache2-wsgi/fix-haproxy-relations

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Robin Winslow
  • Date: 2014-05-27 14:00:44 UTC
  • Revision ID: robin.winslow@canonical.com-20140527140044-8rpmb3wx4djzwa83
Add all files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: apache2-wsgi
 
2
summary: "Apache python app server, using mod_wsgi"
 
3
maintainer: Robin Winslow <robin.winslow@canonical.com>
 
4
description: |
 
5
  Install apache2 with mod_wsgi
 
6
  Install python dependencies, from requirements.txt or from directory
 
7
  Install ruby dependencies, from Gemfile or from directory
 
8
  Extract app files
 
9
  Serve the app on ports 80 and 443
 
10
categories:
 
11
  - app-servers
 
12
provides:
 
13
  nrpe-external-master:
 
14
    interface: nrpe-external-master
 
15
    scope: container
 
16
  web-server:
 
17
    interface: http
 
18
requires:
 
19
  http:
 
20
    interface: http
 
21
  mongodb:
 
22
    interface: mongodb