Skip to content

Commit

Permalink
do not change spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gubler committed May 22, 2017
1 parent 19ff7e0 commit d713ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/gitlab.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ external_port '<%= @external_port %>'
## If you want to use a single non-default directory to store git data use:
git_data_dir "<%= @git_data_dir %>"
<%- end -%>

<%- if @git_data_dirs -%>

### For setting up different data storing directory
###! Docs: https://docs.gitlab.com/omnibus/settings/configuration.html#storing-git-data-in-an-alternative-directory
###! **If you want to use a single non-default directory to store git data use a
###! path that doesn't contain symlinks.**
git_data_dirs(<%= decorate(@git_data_dirs) %>)
<%- end -%>

<%- end -%>
<%- if @gitlab_rails -%>

############################
Expand Down

0 comments on commit d713ca3

Please sign in to comment.