Skip to content

Commit aea2d04

Browse files
authored
Merge pull request #225 from glennsarti/modules-4842-metadata-bump
(MODULES-4842) Update puppet compatibility with 4.7 as lower bound
2 parents 04c4605 + 8d2b430 commit aea2d04

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.sync.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Rakefile:
1313
unmanaged: true
1414
spec/spec_helper.rb:
1515
unmanaged: true
16-
appveyor.yml:
17-
matrix_extras:
18-
- PUPPET_GEM_VERSION: 4.2.3
19-
RUBY_VER: 21-x64
2016
LICENSE:
2117
license_type: 'puppetpe'
2218
NOTICE:

appveyor.yml

-4
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

+1-1
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)