Skip to content

Commit

Permalink
Add metadata file to list dependencies etc.
Browse files Browse the repository at this point in the history
Fixes #3 #5 #18

Change-Id: I5c099bb4dfe8388035b0dbbbd473c862665ac6ff
  • Loading branch information
sorrison committed Dec 10, 2020
1 parent 58895a4 commit e0c5df5
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"author": "Nectar",
"dependencies": [
{
"name": "puppetlabs/xinetd",
"version_requirement": ">=3.3.0"
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">=8.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">=6.0.0 <7.0.0"
},
],
"description": "Installs and configures MariaDB",
"issues_url": "https://github.com/NeCTAR-RC/puppet-mariadb/issues",
"license": "Apache-2.0",
"name": "nectar-mariadb",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"24"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04",
]
}
],
"project_page": "https://github.com/NeCTAR-RC/puppet-mariadb",
"requirements": [
{
"name": "puppet",
"version_requirement": "5.x"
}
],
"source": "https://github.com/NeCTAR-RC/puppet-mariadb",
"summary": "Puppet module for MariaDB",
"version": "1.0.0"
}

0 comments on commit e0c5df5

Please sign in to comment.