~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/gopkg.in/juju/charm.v6-unstable/internal/test-charm-repo/bundle/wordpress-legacy/bundle.yaml

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

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