Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit fedfa67

Browse files
committed
Add missing bach_web attribute
1 parent 985ea9c commit fedfa67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbooks/bcpc/attributes/apache2.rb

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
# extra files to be exposed
1515
bach_web['files_url'] = 'files'
16+
17+
# links to services (an hash of hashes with structure:
18+
# <name>=>{'desc':<desc> and 'url':<url>} to be listed)
19+
bach_web['links'] = []
1620
end
1721

1822
# haproxy

0 commit comments

Comments
 (0)