forked from voxpupuli/puppet-patroni
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.sync.yml
More file actions
36 lines (36 loc) · 750 Bytes
/
.sync.yml
File metadata and controls
36 lines (36 loc) · 750 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
34
35
36
.github/workflows/ci.yaml:
acceptance_matrix:
set:
- el8
- el9
- debian-11
- ubuntu-2004
- ubuntu-2204
puppet:
- puppet7
- puppet8
.travis.yml:
delete: true
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true
Gemfile:
optional:
':development':
- gem: coveralls
Rakefile:
changelog_user: tailored-automation
spec/spec_helper.rb:
coverage_report: true
minimum_code_coverage_percentage: 100
spec/acceptance/nodesets/el8.yml:
unmanaged: true
spec/acceptance/nodesets/el9.yml:
unmanaged: true
spec/acceptance/nodesets/ubuntu-2004.yml:
unmanaged: true
spec/acceptance/nodesets/ubuntu-2204.yml:
unmanaged: true
spec/acceptance/nodesets/debian-11.yml:
unmanaged: true