From 9e8e16a882fc24e4710296b4ecd8678bd527f630 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Wed, 11 Dec 2013 22:46:21 -0800 Subject: [PATCH] web_config hook --- templates/web.template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/web.template.yml b/templates/web.template.yml index e48d5cb..bfa6a90 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -105,6 +105,10 @@ run: - merge: $home/config/database.yml $database_yml + - exec: + cmd: echo "done configuring web" + hook: web_config + - exec: cd: $home cmd: -- 2.25.1