Skip to content

Commit b05193b

Browse files
committed
- Updated minimum puppetlabs-vcsrepo version to 4.0.0 and lift the max limit to 7.0.0.
1 parent 33df4d9 commit b05193b

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.sync.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,9 @@ appveyor.yml:
5252
collection: puppet7
5353
- set: debian9-64
5454
collection: puppet6
55-
# - set: almalinux9-64
56-
# collection: puppet7
57-
# - set: almalinux9-64
58-
# collection: puppet6
59-
- set: almalinux8-64
55+
- set: almalinux9-64
6056
collection: puppet7
61-
- set: almalinux8-64
57+
- set: almalinux9-64
6258
collection: puppet6
6359
# - set: rockylinux9-64
6460
# collection: puppet7

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
-
158158
bundler_args: --with system_tests
159159
dist: focal
160-
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_HYPERVISOR=docker BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_setfile=almalinux8-64 BEAKER_TESTMODE=apply
160+
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_HYPERVISOR=docker BEAKER_PUPPET_COLLECTION=puppet7 BEAKER_setfile=almalinux9-64 BEAKER_TESTMODE=apply
161161
rvm: 2.5.7
162162
script: bundle exec rake beaker
163163
services: docker
@@ -166,7 +166,7 @@ jobs:
166166
-
167167
bundler_args: --with system_tests
168168
dist: focal
169-
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_HYPERVISOR=docker BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_setfile=almalinux8-64 BEAKER_TESTMODE=apply
169+
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_HYPERVISOR=docker BEAKER_PUPPET_COLLECTION=puppet6 BEAKER_setfile=almalinux9-64 BEAKER_TESTMODE=apply
170170
rvm: 2.5.7
171171
script: bundle exec rake beaker
172172
services: docker

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "puppetlabs-vcsrepo",
17-
"version_requirement": ">= 3.0.0 < 6.0.0"
17+
"version_requirement": ">= 4.0.0 < 7.0.0"
1818
},
1919
{
2020
"name": "rehan-wget",
@@ -103,7 +103,7 @@
103103
"ohmyzsh",
104104
"oh-my-zsh"
105105
],
106-
"pdk-version": "2.5.0",
106+
"pdk-version": "2.7.1",
107107
"template-url": "pdk-default#2.5.0",
108108
"template-ref": "tags/2.5.0-0-g369d483"
109109
}

0 commit comments

Comments
 (0)