Skip to content

Commit 950aed6

Browse files
authored
Merge pull request #67 from galaxyproject/geoip-account-id
Ensure `CVMFS_GEO_ACCOUNT_ID` is also set when a GeoIP key is provided
2 parents 2709f5f + cefc7d7 commit 950aed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/stratum1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- name: Install GeoIP API key
4040
ansible.builtin.copy:
4141
content: |
42+
CVMFS_GEO_ACCOUNT_ID="{{ cvmfs_geo_account_id }}"
4243
CVMFS_GEO_LICENSE_KEY="{{ cvmfs_geo_license_key }}"
4344
mode: 0400
4445
dest: /etc/cvmfs/server.local

0 commit comments

Comments
 (0)