github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/testcharms/charm-repo/bundle/wordpress-simple/bundle.yaml (about)

     1  services:
     2      wordpress:
     3          charm: wordpress
     4          num_units: 1
     5      mysql:
     6          charm: mysql
     7          num_units: 1
     8  relations:
     9      - ["wordpress:db", "mysql:server"]