Skip to content

Commit

Permalink
Merge pull request #47 from EESSI/fix_client_packages
Browse files Browse the repository at this point in the history
Fix for client packages
  • Loading branch information
boegel committed Oct 29, 2020
2 parents 49d2c68 + 1f1e6b4 commit 1b32155
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 1b32155

Please sign in to comment.