Skip to content

Commit 9017cbc

Browse files
author
Richard Pijnenburg
committed
Fix versions for release
1 parent 172021f commit 9017cbc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.pmtignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
spec/
2+
Rakefile

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ license 'Apache License, Version 2.0'
66
summary 'Module for managing and configuring Elasticsearch nodes'
77
description 'Module for managing and configuring Elasticsearch nodes'
88
project_page 'https://github.com/elasticsearch/puppet-elasticsearch'
9-
dependency 'puppetlabs/stdlib', '>= 3.2.0'
9+
dependency 'puppetlabs/stdlib', '>= 3.2.0 < 5.0.0'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
{
7979
"name": "puppet",
80-
"version_requirement": ">=3.0 <4.0.0"
80+
"version_requirement": ">=3.2.0 <4.0.0"
8181
}
8282
]
8383
}

0 commit comments

Comments
 (0)