fuel-library/deployment/puppet/osnailyfacter/modular/zabbix/zabbix.pp
Dmitry Ilyin 23b7c6fd83 Add test for modular tasks
* Put tests together with the tasks
* Split tasks into folders

Fuel-CI: disable
Change-Id: I4e09cf80592f7a5125d20ffd72cf8408922d5436
Related-Blueprint: fuel-library-modularization
2015-02-27 22:30:29 +02:00

8 lines
193 B
Puppet

notice('MODULAR: zabbix.pp')
include galera::params
class { 'zabbix':
mysql_server_pkg => $::galera::params::mysql_server_name,
mysql_client_pkg => $::galera::params::mysql_client_name,
}