mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-29 11:16:21 +00:00
fix indentation on yaml
This commit is contained in:
parent
e14492cd73
commit
b8412a28c2
1 changed files with 4 additions and 4 deletions
|
|
@ -303,11 +303,11 @@ Here's an example of using this to share two sets of credentials among multiple
|
|||
```yaml title="devices.yaml"
|
||||
my_credentials:
|
||||
- credential: &credential1
|
||||
username: madeup1
|
||||
password: gY018mR4gx4sVqc0
|
||||
username: madeup1
|
||||
password: gY018mR4gx4sVqc0
|
||||
- credential: &credential2
|
||||
username: madeup2
|
||||
password: 0eMEJ4ZpB6ofkiIF
|
||||
username: madeup2
|
||||
password: 0eMEJ4ZpB6ofkiIF
|
||||
|
||||
routers:
|
||||
- name: router01
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue