Skip to content

Commit

Permalink
test(pillar): set 'status' to fix kitchen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alxwr committed Aug 27, 2019
1 parent 18c4c4a commit 07bb5b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/repositories/pillars.sls
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ openvpn:
comp_lzo: "yes"
ifconfig: 169.254.0.1 169.254.0.2
log_append: /var/log/openvpn/myserver1.log
status: /var/log/openvpn/myserver1-status.log
secret: /etc/openvpn/myserver1_secret.key
# /usr/sbin/openvpn --genkey --secret /dev/stdout
secret_content: |
Expand Down Expand Up @@ -56,6 +57,7 @@ openvpn:
tls_client: false
nobind: false
ifconfig: 169.254.0.2 169.254.0.1
status: /var/log/openvpn/myclient1-status.log
log_append: /var/log/openvpn/myclient1.log
secret: /etc/openvpn/myclient1_secret.key
# /usr/sbin/openvpn --genkey --secret /dev/stdout
Expand Down

0 comments on commit 07bb5b6

Please sign in to comment.