From 0e19ac479f5beb3a9444ac0395d28120c36c9fc2 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 14 May 2019 16:20:01 -0400 Subject: [PATCH] json! --- cookbooks/hosting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/hosting.json b/cookbooks/hosting.json index b4d788e..bd87700 100644 --- a/cookbooks/hosting.json +++ b/cookbooks/hosting.json @@ -1,6 +1,6 @@ { "run_list": [ "recipe[hosting::user]", - "recipe[hosting::mkdir]" + "recipe[hosting::mkdir]", "recipe[hosting::postgress]" ] }