github.com/axw/juju@v0.0.0-20161005053422-4bd6544d08d4/testcharms/charm-repo/quantal/starsay/metadata.yaml (about)

     1  name: starsay
     2  summary: A dumb little test charm for resources.
     3  maintainer: Nate Finch <nate.finch@gmail.com>
     4  description: Doesn't do anything at all.
     5  tags:
     6    - application
     7  resources:
     8    store-resource:
     9      type: file
    10      filename: filename.tgz
    11      description: One line that is useful when operators need to push it.
    12    install-resource:
    13      type: file
    14      filename: gotta-have-it.txt
    15      description: get things started
    16    upload-resource:
    17      type: file
    18      filename: somename.xml
    19      description: Who uses xml anymore?