/usr/share/puppet/modules.available/michaeltchapman-galera/metadata.json is in puppet-module-michaeltchapman-galera 0.0.3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | {
"author": "Michael Chapman",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.4.1 <= 1.7.0"
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">=2.2.0"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">=1.0.0"
},
{
"name": "puppetlabs/xinetd",
"version_requirement": ">=1.3.0"
}
],
"description": "Install/configure MySQL with Galera",
"license": "Apache-2.0",
"name": "michaeltchapman-galera",
"operatingsystem_support": [
{
"operatingsystem":"Debian"
},
{
"operatingsystem":"Ubuntu",
"operatingsystemrelease": ["12.04", "14.04"]
},
{
"operatingsystem":"RedHat",
"operatingsystemrelease": ["6.0", "7.0"]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease": ["6.0", "7.0"]
},
{
"operatingsystem":"Scientific"
},
{
"operatingsystem":"OracleLinux"
}
],
"project_page": "https://github.com/michaeltchapman/puppet-galera",
"issues_url": "https://github.com/michaeltchapman/puppet-galera/issues",
"requirements": [],
"source": "https://github.com/michaeltchapman/puppet-galera",
"summary": "Install/configure MySQL with Galera",
"tags": ["mysql", "percona", "mariadb", "galera", "database"],
"version": "0.1.0"
}
|