ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

galaxy_config_dir variable #195

Closed drosofff closed 8 years ago

drosofff commented 8 years ago

in group_vars/all galaxy_config_dir is currently set to "{{ galaxy_data }}/config" https://github.com/ARTbio/GalaxyKickStart/blob/master/group_vars/all#L13

Shouldn't we set it to "{{ galaxy_server_dir }}/config" instead ?

mvdbeek commented 8 years ago

yes, that is better.

drosofff commented 8 years ago

done in PR #196