Skip to content

Commit

Permalink
tweaked metadata versions and bumped concat verion
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Crowe committed Dec 12, 2014
1 parent 4b06318 commit eee50b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ fixtures:
ref: '4.4.0'
'concat':
repo: 'git://github.com/puppetlabs/puppetlabs-concat'
ref: '1.0.1'
ref: '1.1.2'
symlinks:
supervisord: "#{source_dir}"
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"version": "0.5.1",
"author": "Alex Crowe",
"license": "MIT",
"summary": "supervisord class and functions",
"summary": "Module supervisord class and functions",
"source": "https://github.com/ajcrowe/puppet-supervisord",
"project_page": "https://forge.puppetlabs.com/ajcrowe/supervisord",
"issues_url": "https://github.com/ajcrowe/puppet-supervisord/issues",
"tags": ["supervisor", "supervisord", "process", "control", "python", "pip", "ubuntu", "redhat", "centos", "debian", "rhel"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0" ]
"operatingsystemrelease":[ "5", "6" ]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease":[ "5.0", "6.0" ]
"operatingsystemrelease":[ "5", "6" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04", "10.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6.0", "7.0" ]
"operatingsystemrelease": [ "6", "7" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.4.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 1.0.0 <2.0.0" }
]
}
}

0 comments on commit eee50b7

Please sign in to comment.