Skip to content

Instantly share code, notes, and snippets.

@anarcher
Created August 22, 2014 13:50
Show Gist options
  • Save anarcher/0a0f1d9f2d942536d34f to your computer and use it in GitHub Desktop.
Save anarcher/0a0f1d9f2d942536d34f to your computer and use it in GitHub Desktop.
<% if node['apache']['version'] == '2.4' -%>
# Include generic snippets of statements
IncludeOptional <%= node['apache']['dir'] %>/conf-enabled/*.conf
# Include the virtual host configurations:
IncludeOptional <%= node['apache']['dir'] %>/sites-enabled/*.conf
<% else -%>
# Include generic snippets of statements
Include <%= node['apache']['dir'] %>/conf-enabled/*.conf
# Include the virtual host configurations:
Include <%= node['apache']['dir'] %>/sites-enabled/*.conf
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment