Skip to content

Commit

Permalink
Merge pull request voxpupuli#826 from jfryman/metadata-boost
Browse files Browse the repository at this point in the history
Enhance module metadata
  • Loading branch information
3flex authored Jun 24, 2016
2 parents 4594aeb + 7e385a3 commit 35cc199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ group :rake do
gem 'puppet-lint', '~> 2.0', :require => false
gem 'puppet-blacksmith', :require => false
gem 'rake', :require => false
gem 'metadata-json-lint', :require => false
end

group :system_tests do
Expand Down
5 changes: 4 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "puppet",
"version_requirement": "3.x"
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -48,6 +48,9 @@
{
"operatingsystem": "Solaris"
},
{ "operatingsystem": "AIX" },
{ "operatingsystem": "FreeBSD" },
{ "operatingsystem": "NetBSD" },
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
Expand Down

0 comments on commit 35cc199

Please sign in to comment.