From 491cb131266786b1601a9a59882f4a65f5d807f6 Mon Sep 17 00:00:00 2001 From: "Eric G. Wolfe" Date: Thu, 22 Dec 2016 16:50:51 -0500 Subject: [PATCH] Set template to create if missing --- recipes/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/app.rb b/recipes/app.rb index 41ff949..a281319 100644 --- a/recipes/app.rb +++ b/recipes/app.rb @@ -86,5 +86,5 @@ owner node['wordpress']['install']['user'] group node['wordpress']['install']['group'] sensitive true - action :create + action :create_if_missing end