-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
22 lines (21 loc) · 961 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name 'olyn_percona'
maintainer 'Scott Richardson'
maintainer_email 'dev@grogwood.com'
chef_version '~> 16'
license 'GPL-3.0'
supports 'debian', '>= 10'
source_url 'https://gitlab.com/olyn/olyn_percona'
description 'Installs and configures Percona'
version '2.0.4'
provides 'olyn_percona::default'
provides 'olyn_percona::bootstrap'
provides 'olyn_percona::install'
provides 'olyn_percona::repo'
provides 'olyn_percona::security'
provides 'olyn_percona::services'
recipe 'olyn_percona::default', 'Installs and configures Percona cluster on the server'
recipe 'olyn_percona::bootstrap', 'Bootstraps and initiates the Percona cluster'
recipe 'olyn_percona::install', 'Installs Percona and configures files'
recipe 'olyn_percona::repo', 'Adds the Percona release repo and installs the Percona release manager'
recipe 'olyn_percona::security', 'Secures local install and sets root password'
recipe 'olyn_percona::services', 'Shared blocks for the Percona cookbook'