~stub/charms/precise/postgresql/repoless

« back to all changes in this revision

Viewing changes to lib/test-client-charm/config.yaml

  • Committer: Stuart Bishop
  • Date: 2014-10-14 08:45:43 UTC
  • Revision ID: stuart@stuartbishop.net-20141014084543-vfalg205cyhho6bv
Embed test client charm and remove requirement of JUJU_REPOSITORY being set

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  database:
 
3
    default: ""
 
4
    type: string
 
5
    description: |
 
6
        Database to connect 'db' relationships to, overriding the
 
7
        generated default database name.
 
8
  roles:
 
9
    default: ""
 
10
    type: string
 
11
    description: |
 
12
        Comma separated list of roles for PostgreSQL to grant to the database
 
13
        user.