Skip to content

Commit 8d2b430

Browse files
committed
(MODULES-4842) Update puppet compatibility with 4.7 as lower bound
The Puppet Agent support is deprecated on many of the versions suggested in the metadata. This commit updates the lower bound of the dependency to puppet agent 4.7.0.
1 parent e87c9a6 commit 8d2b430

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.sync.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ Rakefile:
99
unmanaged: true
1010
spec/spec_helper.rb:
1111
unmanaged: true
12-
appveyor.yml:
13-
matrix_extras:
14-
- PUPPET_GEM_VERSION: 4.2.3
15-
RUBY_VER: 21-x64
1612
LICENSE:
1713
license_type: 'puppetpe'
1814
NOTICE:

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ environment:
1818
RUBY_VER: 23
1919
- PUPPET_GEM_VERSION: ~> 4.0
2020
RUBY_VER: 23-x64
21-
- PUPPET_GEM_VERSION: 4.2.3
22-
RUBY_VER: 21-x64
23-
- PUPPET_GEM_VERSION: 4.2.3
24-
RUBY_VER: 21-x64
2521
matrix:
2622
fast_finish: true
2723
install:

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"requirements": [
3030
{
3131
"name": "puppet",
32-
"version_requirement": ">=3.7.0 < 5.0.0"
32+
"version_requirement": ">=4.7.0 < 5.0.0"
3333
}
3434
],
3535
"dependencies": [

0 commit comments

Comments
 (0)