Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Add the ability to change web_app template source #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion recipes/apache2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@
enable false
end

web_app node['stash']['apache2']['virtual_host_name']
web_app node['stash']['apache2']['virtual_host_name'] do
template node['stash']['apache2']['webapp_template'] if node['stash']['apache2']['webapp_template']
cookbook node['stash']['apache2']['webapp_cookbook'] if node['stash']['apache2']['webapp_cookbook']
end