forked from ghoneycutt/puppet-module-pam
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.sync.yml
More file actions
33 lines (33 loc) · 752 Bytes
/
.sync.yml
File metadata and controls
33 lines (33 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file can be used to customize the files managed by PDK.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/README.md
# for more information.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
# for the default values.
---
.github/workflows/ci.yaml:
acceptance_matrix:
set:
- el8
- el9
- debian-11
- debian-12
- ubuntu-2004
- ubuntu-2204
- ubuntu-2404
puppet:
- puppet7
- puppet8
.github/workflows/release.yaml:
username: ghoneycutt
spec/spec_helper.rb:
coverage_report: true
minimum_code_coverage_percentage: 100
hiera_config: spec/hiera.yaml
appveyor.yml:
delete: true
.gitlab-ci.yml:
delete: true
.travis.yml:
delete: true