Skip to content

Commit

Permalink
test(_mapdata): add verification file for ubuntu-22 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 10, 2022
1 parent 5f6b6d4 commit 9d94d17
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions test/integration/default/files/_mapdata/ubuntu-22.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# yamllint disable rule:indentation rule:line-length
# Ubuntu-22.04
---
values:
bin_dir: null
client:
conf_dir: /etc/openvpn/client
service: openvpn-client
conf_dir: /etc/openvpn
conf_ext: conf
dh_files:
- '512'
dsaparam: false
external_repo_enabled: true
external_repo_supported:
- precise
- trusty
- xenial
external_repo_version: stable
group: openvpn
log_user: root
manage_group: true
manage_user: true
map_jinja:
sources:
- Y:G@osarch
- Y:G@os_family
- Y:G@os
- Y:G@oscodename
- Y:G@osfinger
- C@openvpn:lookup
- Y:G@id
multi_services: true
network_manager_pkgs:
- network-manager-openvpn
- network-manager-openvpn-gnome
pkgs:
- openvpn
server:
conf_dir: /etc/openvpn/server
service: openvpn-server
service: openvpn
service_function: running
user: openvpn

0 comments on commit 9d94d17

Please sign in to comment.