Skip to content

Commit

Permalink
Ensure CVMFS_GEO_ACCOUNT_ID is also set when a GeoIP key is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 21, 2024
1 parent 8a0f105 commit cefc7d7
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 @@ -38,6 +38,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 cefc7d7

Please sign in to comment.