Skip to content

Commit 1b32155

Browse files
authored
Merge pull request #47 from EESSI/fix_client_packages
Fix for client packages
2 parents 49d2c68 + 1f1e6b4 commit 1b32155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare-client-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- name: Make EESSI CVMFS configuration file
3232
copy:
3333
content: |
34-
CVMFS_SERVER_URL="{{ eessi_cvmfs_config_repo.urls|join(',') }}"
34+
CVMFS_SERVER_URL="{{ eessi_cvmfs_config_repo.urls|join(';') }}"
3535
CVMFS_PUBLIC_KEY="{{ eessi_cvmfs_config_repo.key.path }}"
3636
dest: "{{ package_source_dir }}/etc/cvmfs/config.d/{{ eessi_cvmfs_config_repo.repository.repository }}.conf"
3737
mode: 0644

0 commit comments

Comments
 (0)