From c04c57d52aedf5f68ced22f51549d9b63339c035 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Tue, 15 Nov 2016 15:10:43 +0100
Subject: [PATCH] Set the MySQL password in the .env file

---
 templates/dotenv.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/dotenv.erb b/templates/dotenv.erb
index 599813e..a4f2f09 100644
--- a/templates/dotenv.erb
+++ b/templates/dotenv.erb
@@ -1,5 +1,5 @@
 APP_KEY=1eridaub9oepqakdd9n9ckmk2m33mkv2
-DB_PASSWORD=ControlAvHandboll
+DB_PASSWORD=<%= @mysql_password %>
 
 # <%# Put installed file in view mode when opened with Emacs: -%>
 # <%= "Nota bene: Puppet managed file, all local changes will be reverted." %>
-- 
GitLab