Skip to content

Commit

Permalink
Set template to create if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic-penguin committed Dec 22, 2016
1 parent dafce0b commit 491cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
owner node['wordpress']['install']['user']
group node['wordpress']['install']['group']
sensitive true
action :create
action :create_if_missing
end

0 comments on commit 491cb13

Please sign in to comment.