diff --git a/.gitignore b/.gitignore index c60ef8020..cdd2d365b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ spec/fixtures/ Gemfile.lock .bundle vendor/ +pkg/ diff --git a/metadata.json b/metadata.json index 7847b90e3..0ced05c19 100644 --- a/metadata.json +++ b/metadata.json @@ -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", @@ -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" },