github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/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 provides: 8 admin: 9 interface: http 10 resources: 11 store-resource: 12 type: file 13 filename: filename.tgz 14 description: One line that is useful when operators need to push it. 15 install-resource: 16 type: file 17 filename: gotta-have-it.txt 18 description: get things started 19 upload-resource: 20 type: file 21 filename: somename.xml 22 description: Who uses xml anymore?