fuel-library/deployment/puppet/galera/Modulefile
Bogdan Dobrelya fa9b437f6a Remove vendor/downstream specific code
Also fix broken dependency of Package['pacemaker']
onto undef File, which was present in the code but
did nothing in fact (A-> undef -> B -> C == B -> C)

TODO figure out what to do with
./deployment/puppet/nailgun/files/Release-auxiliary

Change-Id: Ic8f495871ee4a1a9e7889c2b487cfd8d8b560139
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2015-11-24 13:51:11 +00:00

14 lines
444 B
Puppet

name 'fuel-galera'
version '0.0.1'
source 'none'
author ''
license 'Apache License, Version 2.0'
summary 'Install/Configure Galera for MySQL Server'
description 'Install/Configure Galera for MySQL Server'
dependency 'puppetlabs/stdlib', '>= 4.0.0'
dependency 'puppetlabs/apt', '>= 1.4.1'
dependency 'puppetlabs/mysql', '>= 0.0.3'
dependency 'puppetlabs/firewall', '>= 1.0.0'
dependency 'puppetlabs/xinetd', '>= 1.2.0'