github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/simple-resource-http/metadata.yaml (about)

     1  name: simple-resource-http
     2  maintainer: Christopher Lee <chris.lee@canonical.com>
     3  summary: Provides a simple http server that serves a resource file.
     4  description: |
     5    Simple http server for a resource file.
     6  provides:
     7    website:
     8      interface: http
     9  categories:
    10    - misc
    11  series:
    12    - trusty
    13    - xenial
    14    - artful
    15    - bionic
    16  resources:
    17    index:
    18      type: file
    19      filename: index.html
    20      description: "File to serve."