Skip to content

Commit

Permalink
test(_mapdata): add verification file for fedora-35 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 30, 2022
1 parent 260b562 commit a716743
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions test/integration/default/files/_mapdata/fedora-35.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# yamllint disable rule:indentation rule:line-length
# Fedora-35
---
values:
cert_dir: /etc/pki/tls/certs
cert_ext: .crt
cert_group: root
cert_mode: 644
cert_source_dir: /tmp/kitchen/srv/salt/files/
cert_tmp_dir: /tmp/certs/
cert_user: root
certlist:
cert.and.key.to.add:
cert: "-----BEGIN CERTIFICATE-----\n1MOCKED CERT AND KEY\n-----END CERTIFICATE----- "
key: "-----BEGIN RSA PRIVATE KEY-----\n1MOCKED CERT AND KEY\n-----END RSA PRIVATE
KEY----- "
cert.and.key.to.remove:
cert: "-----BEGIN CERTIFICATE-----\n3MOCKED CERT AND KEY\n-----END CERTIFICATE----- "
key: "-----BEGIN RSA PRIVATE KEY-----\n3MOCKED CERT AND KEY\n-----END RSA PRIVATE
KEY----- "
remove: true
cert.and.key.with.ext.to.add:
cert: "-----BEGIN CERTIFICATE-----\n4MOCKED CERT AND KEY\n-----END CERTIFICATE----- "
cert_ext: ".pem"
key: "-----BEGIN RSA PRIVATE KEY-----\n4MOCKED CERT AND KEY\n-----END RSA PRIVATE
KEY----- "
key_ext: ".priv"
cert.from.src.to.add: {}
cert.to.add:
cert: "-----BEGIN CERTIFICATE-----\n2MOCKED CERT\n-----END CERTIFICATE----- "
certs_update_cmd: ""
key_dir: /etc/pki/tls/private
key_ext: .key
key_group: root
key_mode: 600
key_user: root
lookup:
cert_source_dir: "/tmp/kitchen/srv/salt/files/"
map_jinja:
sources:
- Y:G@osarch
- Y:G@os_family
- Y:G@os
- Y:G@oscodename
- Y:G@osfinger
- C@cert:lookup
- C@cert
- Y:G@id
pkgs:
- ca-certificates
remove: false

0 comments on commit a716743

Please sign in to comment.