forked from example42/puppet-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulefile
More file actions
13 lines (12 loc) · 673 Bytes
/
Modulefile
File metadata and controls
13 lines (12 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
name 'example42-mysql'
version '2.1.4'
author 'Alessandro Franceschi'
license 'Apache2'
project_page 'http://www.example42.com'
source 'https://github.com/example42/puppet-mysql'
summary 'Puppet module for mysql'
description 'This module installs and manages mysql. Check README.rdoc for details. Puppi is required for some common functions: you can install them without using the whole module. Monitor and firewall dependencies are needed only if the relevant features are enabled'
dependency 'puppetlabs/stdlib', '>=2.0.0'
dependency 'example42/puppi', '>=2.0.0'
# optional_dependency 'example42/firewall', '>=2.0.0'
# optional_dependency 'example42/monitor', '>=2.0.0'