Sha256: 8b1be976b8e6414dd8a7107f25093698bdc1031622f738eff4f2d4e12ec5a50e

Contents?: true

Size: 562 Bytes

Versions: 4

Compression:

Stored size: 562 Bytes

Contents

[mysql]
<%= @variables[:host] ? "host=\"#{@variables[:host]}\"\n" : '' -%>
<%= @variables[:user] ? "user=\"#{@variables[:user]}\"\n" : '' -%>
<%= @variables[:pass] ? "password=\"#{@variables[:pass]}\"\n" : '' -%>
<%= @variables[:port] ? "port=\"#{@variables[:port]}\"\n" : '' -%>

[client]
<%= @variables[:host] ? "host=\"#{@variables[:host]}\"\n" : '' -%>
<%= @variables[:user] ? "user=\"#{@variables[:user]}\"\n" : '' -%>
<%= @variables[:pass] ? "password=\"#{@variables[:pass]}\"\n" : '' -%>
<%= @variables[:port] ? "port=\"#{@variables[:port]}\"\n" : '' -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
danarchy_deploy-0.2.11 templates/services/mysql/root_my.cnf.erb
danarchy_deploy-0.2.10 templates/services/mysql/root_my.cnf.erb
danarchy_deploy-0.2.9 templates/services/mysql/root_my.cnf.erb
danarchy_deploy-0.2.8 templates/services/mysql/root_my.cnf.erb