forked from treydock/puppet-module-keycloak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
60 lines (60 loc) · 1.41 KB
/
.sync.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
Rakefile:
changelog_since_tag: v7.0.0
.github/workflows/ci.yaml:
unit_name: Puppet ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }} fixtures=${{ matrix.fixtures }})
unit_includes:
- ruby: '2.5.9'
puppet: '6'
fixtures: .fixtures-latest.yml
allow_failure: true
- ruby: '2.7.6'
puppet: '7'
fixtures: .fixtures-latest.yml
allow_failure: true
acceptance_name: '${{ matrix.puppet }} ${{ matrix.set }} (keycloak=${{ matrix.keycloak_version }} full=${{ matrix.keycloak_full }})'
acceptance_matrix:
set:
- centos-7
- rocky-8
- debian-10
- debian-11
- ubuntu-1804
- ubuntu-2004
puppet:
- puppet6
- puppet7
keycloak_version:
- '18.0.0'
keycloak_full: ['no']
acceptance_includes:
- set: centos-7
puppet: puppet6
keycloak_version: 18.0.0
keycloak_full: 'yes'
- set: centos-7
puppet: puppet7
keycloak_version: 18.0.0
keycloak_full: 'yes'
.gitignore:
paths:
- /vagrant/.vagrant/
- /vagrant/*.log
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true
spec/acceptance/nodesets/debian-9.yml:
delete: true
spec/acceptance/nodesets/debian-10.yml:
packages:
- iproute2
spec/acceptance/nodesets/debian-11.yml:
packages:
- iproute2
spec/acceptance/nodesets/ubuntu-1804.yml:
packages:
- iproute2
spec/acceptance/nodesets/ubuntu-2004.yml:
packages:
- iproute2