update yaml syntax to work on Ubuntu 14.04
This commit is contained in:
parent
e6e25edc7e
commit
3d51588fcf
|
@ -1,11 +1,13 @@
|
||||||
---
|
---
|
||||||
:backends: - yaml
|
:backends:
|
||||||
|
- yaml
|
||||||
- gpg
|
- gpg
|
||||||
|
|
||||||
:logger: console
|
:logger: console
|
||||||
|
|
||||||
:hierarchy: - %{env}/%{location}/%{calling_module}
|
:hierarchy:
|
||||||
- %{env}/%{calling_module}
|
- "%{env}/%{location}/%{calling_module}"
|
||||||
|
- "%{env}/%{calling_module}"
|
||||||
- secrets.yaml
|
- secrets.yaml
|
||||||
- common
|
- common
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue