~cjwatson/charms/trusty/turnip/allow-rsync

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: turnip
summary: Turnip is a flexible and scalable Git server suite.
maintainer: Kit Randel <kit.randel@canonical.com>
description: |
  Turnip is a flexible and scalable Git server suite written in Python
  using Twisted.
tags:
  # https://juju.ubuntu.com/docs/authors-charm-metadata.html#charm-metadata
  - network
  - web_server
subordinate: false
provides:
  wsgi-file:
    interface: wsgi
    scope: container
  turnip-api:
    interface: turnip-http
  git-service-smart-http:
    interface: http
  git-service-git:
    interface: git
  website:
    interface: http
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  data:
    interface: block-storage
    scope: container
    optional: true