gopkg.in/juju/charm.v6-unstable@v6.0.0-20171026192109-50d0c219b496/internal/test-charm-repo/bundle/bad/bundle.yaml (about)

     1  # This bundle has a bad relation, which will cause it to fail
     2  # its verification.
     3  applications:
     4      wordpress:
     5          charm: wordpress
     6          num_units: 1
     7      mysql:
     8          charm: mysql
     9          num_units: 1
    10  relations:
    11      - ["foo:db", "mysql:server"]