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=81e6bc54b0838b8c0341acc15e936cc8ed3f7f5a;hpb=97e372ac40aa52635d23e85affdbc729d28a6380 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"