Fix indentation for several subs

Signed-off-by: Olivier Jacques <olivier.jacques@hp.com>
pull/691/head
Olivier Jacques 2015-07-11 10:38:39 +02:00
parent b3683863dd
commit f03e25221f
1 changed files with 6 additions and 6 deletions

View File

@ -762,18 +762,18 @@ in the registry implementation.
registry:
- name: ARegistryMiddleware
options:
foo: bar
foo: bar
repository:
- name: ARepositoryMiddleware
options:
foo: bar
foo: bar
storage:
- name: cloudfront
options:
baseurl: https://my.cloudfronted.domain.com/
privatekey: /path/to/pem
keypairid: cloudfrontkeypairid
duration: 3000
baseurl: https://my.cloudfronted.domain.com/
privatekey: /path/to/pem
keypairid: cloudfrontkeypairid
duration: 3000
Each middleware entry has `name` and `options` entries. The `name` must
correspond to the name under which the middleware registers itself. The