Skip to content

Commit

Permalink
docs(pillar.example): update with quoted "yes" for comp-lzo
Browse files Browse the repository at this point in the history
* Update example pillar with quoted "yes" for comp-lzo

This avoids Salt's yaml/json casting to bool.
  • Loading branch information
Charles McLaughlin authored and myii committed Sep 6, 2019
1 parent a743093 commit 1b49b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ openvpn:
- SHA384
# yamllint disable-line rule:line-length
tls_cipher: 'DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-CAMELLIA256-SHA:DHE-RSA-AES256-SHA:DHE-RSA-CAMELLIA128-SHA:DHE-RSA-AES128-SHA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA'
comp_lzo:
comp_lzo: "yes"
max_clients: 100
user: nobody
group: nobody
Expand Down Expand Up @@ -260,7 +260,7 @@ openvpn:
# yamllint disable-line rule:line-length
tls_cipher: 'DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-CAMELLIA256-SHA:DHE-RSA-AES256-SHA:DHE-RSA-CAMELLIA128-SHA:DHE-RSA-AES128-SHA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA'
remote_cert_tls: server
comp_lzo:
comp_lzo: "yes"
verb: 3
mute: 20
up: /usr/local/bin/tunnel_up.sh
Expand Down

0 comments on commit 1b49b24

Please sign in to comment.