{"id":15013992,"url":"https://github.com/hfm/puppet-percona","last_synced_at":"2025-04-12T05:53:35.826Z","repository":{"id":57664196,"uuid":"56655695","full_name":"hfm/puppet-percona","owner":"hfm","description":"puppet-percona module installs, configures, and manages the Percona products.","archived":false,"fork":false,"pushed_at":"2018-10-04T03:00:59.000Z","size":62,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T05:53:27.029Z","etag":null,"topics":["percona","puppet","xtrabackup"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/hfm/percona","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hfm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-20T04:38:42.000Z","updated_at":"2018-10-04T03:00:54.000Z","dependencies_parsed_at":"2022-09-10T08:41:02.418Z","dependency_job_id":null,"html_url":"https://github.com/hfm/puppet-percona","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-percona","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-percona/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-percona/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-percona/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hfm","download_url":"https://codeload.github.com/hfm/puppet-percona/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525156,"owners_count":21118616,"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":["percona","puppet","xtrabackup"],"created_at":"2024-09-24T19:45:02.554Z","updated_at":"2025-04-12T05:53:35.798Z","avatar_url":"https://github.com/hfm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-percona\n\n[![Build Status](https://img.shields.io/travis/hfm/puppet-percona/master.svg?style=flat-square)](https://travis-ci.org/hfm/puppet-percona)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/hfm/percona.svg?style=flat-square)](https://forge.puppet.com/hfm/percona)\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup - The basics of getting started with percona](#setup)\n    * [Beginning with percona](#beginning-with-percona)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n  - [Public Classes](#public-classes)\n  - [Private Classes](#private-classes)\n  - [Parameters](#parameters)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module installs, configures, and manages the [Percona](https://www.percona.com) products.\n\n## Setup\n\n### Beginning with percona\n\nTo configure the percona::repo with default parameters, declare the `percona::repo` class.\n\n```puppet\ninclude 'percona::repo'\n```\n\n## Usage\n\n### Configuring modules\n\n```puppet\nclass { 'percona::repo':\n  percona_release_basearch_enabled =\u003e 0,\n  percona_release_noarch_enabled   =\u003e 0,\n}\n```\n\n### Configuring modules from Hiera\n\n```yaml\n---\n# default off\npercona::repo::percona_release_basearch_enabled: 0\npercona::repo::percona_release_noarch_enabled: 0\n```\n\n## Reference\n\n### Public Classes\n\n- `percona::repo`: Configure the Percona repository and import the GPG keys.\n- [`percona::toolkit`](#class-perconatoolkit): Install and configures [percona-toolkit](https://www.percona.com/doc/percona-toolkit).\n- [`percona::xtrabackup`](#class-perconaxtrabackup): Install and configures [percona-xtrabackup](https://www.percona.com/doc/percona-xtrabackup).\n\n### Private Classes\n\n- `percona::rpm_gpg_key`: Import the RPM GPG key for the Percona.\n\n### Parameters\n\n#### Class: percona::toolkit\n\n- `ensure`: What state the package should be in. Default to installed.\n\n#### Class: percona::xtrabackup\n\n- `ensure`: What state the package should be in. Default to installed.\n-  `version`: Specify package version. Valid options: a string. Default to undef.\n\n## Limitations\n\nThis module has been tested on:\n\n- RedHat Enterprise Linux 5, 6, 7\n- CentOS 5, 6, 7\n- Scientific Linux 5, 6, 7\n- Ubuntu 12.04, 14.04, 16.04\n- Debian 6, 7, 8\n\n## Development\n\n### Running tests\n\nThe STNS puppet module contains tests for both [rspec-puppet](http://rspec-puppet.com/) (unit tests) and [beaker-rspec](https://github.com/puppetlabs/beaker-rspec) (acceptance tests) to verify functionality. For detailed information on using these tools, please see their respective documentation.\n\n#### Testing quickstart\n\n- Unit tests:\n\n```console\n$ bundle install\n$ bundle exec rake all\n```\n\n- Acceptance tests:\n\n```console\n# Set your DOCKER_HOST variable\n$ eval \"$(docker-machine env default)\"\n\n# Run beaker acceptance tests\n$ BEAKER_set=centos7 bundle exec rake beaker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-percona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfm%2Fpuppet-percona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-percona/lists"}