fuel-plugin-external-zabbix/deployment_scripts/puppet/modules/plugin_zabbix/templates/my.cnf.erb
Szymon Banka 89196c3022 add Zabbix plugin code
Change-Id: I9e1c1073453a4f49f660ad992df1e861c6e45373
2015-05-26 10:14:25 +02:00

5 lines
201 B
Plaintext

[client]
user=<%= scope.lookupvar('plugin_zabbix::params::db_user') %>
host=<%= scope.lookupvar('plugin_zabbix::params::db_ip') %>
password=<%= scope.lookupvar('plugin_zabbix::params::db_password') %>