From: Stephen Gran Date: Sun, 29 Jul 2012 09:51:09 +0000 (+0100) Subject: we want the output X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5cb1933757800bad9ba98090351aec972403e00d;p=mirror%2Fdsa-puppet.git we want the output Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb index f4d97ac98..3ac67f1e1 100644 --- a/modules/debian-org/templates/puppet.conf.erb +++ b/modules/debian-org/templates/puppet.conf.erb @@ -22,7 +22,7 @@ config_version = cat /etc/puppet/.config-version thin_storeconfigs = true dbadapter=mysql dbuser=puppet -dbpassword=<% scope.lookupvar('dbpassword') %> +dbpassword=<%= scope.lookupvar('dbpassword') %> dbserver=localhost <%- end -%>