{"id":18806676,"url":"https://github.com/lefred/puppet-lefred-mysql","last_synced_at":"2026-01-08T18:30:16.763Z","repository":{"id":140211070,"uuid":"21115331","full_name":"lefred/puppet-lefred-mysql","owner":"lefred","description":"MySQL puppet module that handles all MySQL distributions (Community, Percona, MariaDB) for CentOS/RHEL","archived":false,"fork":false,"pushed_at":"2014-12-17T08:58:10.000Z","size":452,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T21:26:57.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lefred.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-23T05:49:12.000Z","updated_at":"2021-02-13T22:58:15.000Z","dependencies_parsed_at":"2023-03-12T18:15:57.261Z","dependency_job_id":null,"html_url":"https://github.com/lefred/puppet-lefred-mysql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fpuppet-lefred-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fpuppet-lefred-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fpuppet-lefred-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fpuppet-lefred-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lefred","download_url":"https://codeload.github.com/lefred/puppet-lefred-mysql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742416,"owners_count":19689309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T22:49:17.689Z","updated_at":"2026-01-08T18:30:16.703Z","avatar_url":"https://github.com/lefred.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Puppet MySQL Module\n============\n\nThis module is made for CentOS/RHEL (Yum based system) and allows to install different MySQL as a server\nor as part of a Galera Cluster.\n\nThese are the supported distributions:\n\n- Oracle MySQL Community (5.5, 5.6 and 5.7)\n- MariaDB (5.5 and 10.0)\n- Percona Server (5.5 and 5.6)\n- MariaDB Galera Cluster (5.5 and 10.0 both with Galera 3)\n- Percona XtraDB Cluster (5.5 and 5.6 with Galera 2 or 3)\n\n\nMySQL-Utilities, Percona-Toolkit and Percona XtraBackup are also part of this module.\n\n\nThis is how to use it in the puppet manifest::\n\n    node node1 {\n\n        class {\n            'mysql':\n                            mysql_distro    =\u003e \"percona\",\n                            mysql_version   =\u003e \"5.6\",\n                            mysql_serverid  =\u003e \"1\",\n                            galera_version  =\u003e \"3\",\n                            bootstrap       =\u003e True,\n                            ensure          =\u003e \"running\";\n        }\n\n        include mysql::cluster\n        include mysql::utilities\n        include mysql::percona_toolkit\n        include mysql::percona_xtrabackup\n\n    }\n\n\nList of supported parameters\n-----------------------------\n\n| Parameter      | Value                       |\n| ---------------|-----------------------------|\n| mysql_distro   | community, mariadb, percona |\n| mysql_version  | 5.5, 5.6, 5.7, 10.0         |\n| galera_version | 2, 3                        |\n| bootstrap      | To bootstrap the cluster    |\n\n\nServer vs Cluster\n-----------------\n\nTo install the server version, you need to add this line in the manifest::\n\n        include mysql::server\n\nAnd to install a cluster node::\n        \n        include mysql::cluster\n\nCluster can be used with percona and mariadb mysql_distro.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefred%2Fpuppet-lefred-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flefred%2Fpuppet-lefred-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefred%2Fpuppet-lefred-mysql/lists"}