spuder / puppet-gitlab

A puppet module to install gitlab 7
Apache License 2.0
36 stars 44 forks source link

git_data_dir not affecting gitlab config #144

Closed rickard-von-essen closed 9 years ago

rickard-von-essen commented 9 years ago

This is similar to #84.

The attribute git_data_dir is written by the template to the config file as an assignment:

git_data_dir = '/opt/repos'

But it only affects the config if it is written as a function call:

git_data_dir '/opt/repos'

I reviewed the template and didn't see any other occurrences (besides external_url) of ruby function calls.

spuder commented 9 years ago

Thanks!