forked from sous-chefs/percona
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
34 lines (31 loc) · 1.38 KB
/
metadata.rb
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
name "percona"
maintainer "Phil Cohen"
maintainer_email "[email protected]"
license "MIT"
description "Installs Percona MySQL client and server"
long_description "Please refer to README.md"
version "0.16.1"
recipe "percona", "Includes the client recipe to configure a client"
recipe "percona::package_repo", "Sets up the package repository and installs dependent packages"
recipe "percona::client", "Installs client libraries"
recipe "percona::server", "Installs the server daemon"
recipe "percona::backup", "Installs the XtraBackup hot backup software"
recipe "percona::toolkit", "Installs the Percona Toolkit software"
recipe "percona::cluster", "Installs the Percona XtraDB Cluster server components"
recipe "percona::configure_server", "Used internally to manage the server configuration."
recipe "percona::replication", "Used internally to grant permissions for replication."
recipe "percona::access_grants", "Used internally to grant permissions for recipes"
recipe "percona::monitoring", "Installs Percona monitoring plugins for Nagios"
depends "apt", ">= 2.7.0"
depends "build-essential"
depends "openssl"
depends "yum", "~> 3.0"
depends "yum-epel"
depends "chef-vault"
supports "debian"
supports "ubuntu"
supports "centos"
supports "amazon"
supports "scientific"
supports "fedora"
supports "redhat"