Skip to content

Commit

Permalink
Merge pull request voxpupuli#977 from srinchiera/master
Browse files Browse the repository at this point in the history
Fix issue voxpupuli#976
  • Loading branch information
wyardley committed Nov 17, 2016
2 parents 1a614cd + c8f5d97 commit c378651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/resource/location.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
# [*location_cfg_append*] - Expects a hash with extra directives to put
# after everything else inside location (used with all other types except
# custom_cfg)
# [*include*] - An array of files to include for this location
# [*try_files*] - An array of file locations to try
# [*option*] - Reserved for future use
# [*proxy_cache*] - This directive sets name of zone for caching.
Expand Down
2 changes: 1 addition & 1 deletion templates/vhost/location_footer.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<% end -%>
<% if @include -%>
<% @include.each do |include_file| -%>
include <%= include_file %>;
include <%= include_file %>;
<%- end -%>
<% end -%>
}

0 comments on commit c378651

Please sign in to comment.