Skip to content

Commit

Permalink
add change from galaxyproject#32
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Feb 13, 2024
1 parent 77bfc75 commit f7ae066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/stratum1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/usr/bin/cvmfs_server add-replica -o {{ item.owner | default('root') }}
{{ cvmfs_storage_cli_options }}
http://{{ item.stratum0 }}/cvmfs/{{ item.repository }}
{{ item.key_dir | default('/etc/cvmfs/keys') }}/{{ item.repository }}.pub
{{ item.key_dir | default('/etc/cvmfs/keys') }}
args:
creates: /etc/cvmfs/repositories.d/{{ item.repository }}
loop: "{{ cvmfs_repositories }}"
Expand Down

0 comments on commit f7ae066

Please sign in to comment.