Skip to content

Commit

Permalink
ci(kitchen): test/config/pillars: add jinja for user on debian >= 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Liehne authored and alxwr committed Jul 13, 2019
1 parent 9c5ee26 commit 3c7f947
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/config/pillars
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
openvpn:
lookup:
{% if ( grains.os == "Debian" and grains.osmajorrelease >= 9 ) %}
user: root
group: root
{% else %}
user: openvpn
group: openvpn
{% endif %}
manage_user: True
manage_group: True
external_repo_enabled: True
Expand Down

0 comments on commit 3c7f947

Please sign in to comment.