Skip to content

Commit

Permalink
Fix puppet version requirement for puppet forge
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple committed Jan 19, 2017
1 parent 5badfd4 commit 5826f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ spec/fixtures/
Gemfile.lock
.bundle
vendor/
pkg/
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icinga-icinga2",
"version": "1.0.0",
"version": "1.0.1",
"author": "Icinga Development Team",
"summary": "Icinga 2 Puppet Module",
"license": "Apache-2.0",
Expand All @@ -9,7 +9,7 @@
"issues_url": "https://github.com/icinga/puppet-icinga2/issues",
"tags": ["monitoring"],
"requirements": [
{ "name": "puppet", "version_requirement": "3.x" }
{ "name": "puppet", "version_requirement": ">= 3.8.0 < 5.0.0" }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.10.0 < 5.0.0" },
Expand Down

0 comments on commit 5826f8a

Please sign in to comment.