Skip to content

Commit

Permalink
test(_mapdata): generate remaining verification files
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Dec 22, 2020
1 parent b61d904 commit 97ccbb3
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions test/integration/default/files/_mapdata/amazonlinux-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# yamllint disable rule:indentation rule:line-length
# Amazon Linux AMI-2018
---
bin_dir: null
conf_dir: /etc/openvpn
conf_ext: conf
dh_files:
- '512'
dsaparam: false
external_repo_enabled: true
external_repo_supported: []
external_repo_version: stable
group: openvpn
log_user: null
manage_group: true
manage_user: true
multi_services: false
network_manager_pkgs:
- network-manager-openvpn
- network-manager-openvpn-gnome
pkgs:
- openvpn
- openssl
service: openvpn
service_function: running
user: openvpn
26 changes: 26 additions & 0 deletions test/integration/default/files/_mapdata/centos-6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# yamllint disable rule:indentation rule:line-length
# CentOS-6
---
bin_dir: null
conf_dir: /etc/openvpn
conf_ext: conf
dh_files:
- '512'
dsaparam: false
external_repo_enabled: true
external_repo_supported: []
external_repo_version: stable
group: openvpn
log_user: null
manage_group: true
manage_user: true
multi_services: false
network_manager_pkgs:
- network-manager-openvpn
- network-manager-openvpn-gnome
pkgs:
- openvpn
- openssl
service: openvpn
service_function: running
user: openvpn

0 comments on commit 97ccbb3

Please sign in to comment.