Skip to content

Commit

Permalink
Use semicolon instead of comma for CVMFS_SERVER_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 29, 2020
1 parent 49d2c68 commit 1f1e6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-client-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Make EESSI CVMFS configuration file
copy:
content: |
CVMFS_SERVER_URL="{{ eessi_cvmfs_config_repo.urls|join(',') }}"
CVMFS_SERVER_URL="{{ eessi_cvmfs_config_repo.urls|join(';') }}"
CVMFS_PUBLIC_KEY="{{ eessi_cvmfs_config_repo.key.path }}"
dest: "{{ package_source_dir }}/etc/cvmfs/config.d/{{ eessi_cvmfs_config_repo.repository.repository }}.conf"
mode: 0644
Expand Down

0 comments on commit 1f1e6b4

Please sign in to comment.