summaryrefslogtreecommitdiff
path: root/templates/setmysqlpass.sh.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 16:05:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-25 16:05:43 -0200
commit8f23dc4b9e0cd86385d5c864dbac0e1ef550c700 (patch)
tree387fffa767bd71fffeaae65995279deca0fb170e /templates/setmysqlpass.sh.erb
parent9ad7371b4639d69001ea08e8beceee42dbfdaea7 (diff)
downloadpuppet-mysql-8f23dc4b9e0cd86385d5c864dbac0e1ef550c700.tar.gz
puppet-mysql-8f23dc4b9e0cd86385d5c864dbac0e1ef550c700.tar.bz2
Switching to parametrized class and hiera
Diffstat (limited to 'templates/setmysqlpass.sh.erb')
-rw-r--r--templates/setmysqlpass.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/setmysqlpass.sh.erb b/templates/setmysqlpass.sh.erb
index b3b14b3..372b513 100644
--- a/templates/setmysqlpass.sh.erb
+++ b/templates/setmysqlpass.sh.erb
@@ -4,7 +4,7 @@
#
# Config
-PASSWORD="<%= mysql_rootpw %>"
+PASSWORD="<%= @rootpw %>"
DEFAULTS="/etc/mysql/debian.cnf"
# Run