update yaml syntax to work on Ubuntu 14.04

This commit is contained in:
Fredrik Thulin 2015-02-23 16:01:24 +01:00
parent e6e25edc7e
commit 3d51588fcf

View file

@ -1,11 +1,13 @@
---
:backends: - yaml
:backends:
- yaml
- gpg
:logger: console
:hierarchy: - %{env}/%{location}/%{calling_module}
- %{env}/%{calling_module}
:hierarchy:
- "%{env}/%{location}/%{calling_module}"
- "%{env}/%{calling_module}"
- secrets.yaml
- common