Skip to content

Commit

Permalink
Merge pull request #67 from galaxyproject/geoip-account-id
Browse files Browse the repository at this point in the history
Ensure `CVMFS_GEO_ACCOUNT_ID` is also set when a GeoIP key is provided
  • Loading branch information
hexylena authored May 22, 2024
2 parents 2709f5f + cefc7d7 commit 950aed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/stratum1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
- name: Install GeoIP API key
ansible.builtin.copy:
content: |
CVMFS_GEO_ACCOUNT_ID="{{ cvmfs_geo_account_id }}"
CVMFS_GEO_LICENSE_KEY="{{ cvmfs_geo_license_key }}"
mode: 0400
dest: /etc/cvmfs/server.local
Expand Down

0 comments on commit 950aed6

Please sign in to comment.