X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=tests%2Fpillar%2Frepo_influxdata.sls;h=012a7aea1b8b11f8fc7470b537d847d2fec7cca0;hp=9599f025816ec2b364436387048842521bf69eae;hb=a20e49917c64e9935d212fcb7d81d7a1688c63ce;hpb=1f97c70a8a80548da8e09ea0ec4aeb43f9e05d11 diff --git a/tests/pillar/repo_influxdata.sls b/tests/pillar/repo_influxdata.sls index 9599f02..012a7ae 100644 --- a/tests/pillar/repo_influxdata.sls +++ b/tests/pillar/repo_influxdata.sls @@ -3,6 +3,6 @@ linux: enabled: true repo: linux_influxdata: - source: "deb https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable" + source: "deb http://repos-backend.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable" architectures: amd64 - key_url: "https://repos.influxdata.com/influxdb.key" + key_url: "http://repos-backend.influxdata.com/influxdb.key"