Skip to content

Commit

Permalink
client tools might use client section
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFronius authored and vStone committed Aug 27, 2013
1 parent 6034b38 commit d83061a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/mgmt_cnf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
## Served by: '<%= scope.lookupvar('::servername') %>'
## Module: '<%= scope.to_hash['module_name'] %>'
## Template source: 'MODULES<%= template_source.gsub(Regexp.new("^#{Puppet::Node::Environment.current[:modulepath].gsub(':','|')}"),"") %>'
[client]
user = <%= user %>
password = <%= password %>

[mysql]
user = <%= user %>
password = <%= password %>
Expand Down

0 comments on commit d83061a

Please sign in to comment.