Browse Source

pillar.example: correct indentation

tags/v2.1.1
Maximilian Eschenbacher 5 years ago
parent
commit
f8929ffa21
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      pillar.example

+ 4
- 4
pillar.example View File

@@ -22,11 +22,11 @@ wireguard:
#Address: fe80::1/64, 10.0.0.1/24
ListenPort: 51820

# It is very important to quote off. Jinja expands off without quotes to
# False which will result in 'table' not being set in the config file,
# resulting in defaulting to auto.
# It is very important to quote off. Jinja expands off without quotes to
# False which will result in 'table' not being set in the config file,
# resulting in defaulting to auto.
Table: 'off'
peers:
peers:
- PublicKey: foobar
# AllowedIPs must be a list of strings or a comma separated string
AllowedIPs:

Loading…
Cancel
Save