X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=tests%2Fpillar%2Frepo_influxdata.sls;h=3c8f5221450df36be6d72de4f6bd114cb72eb7b3;hp=012a7aea1b8b11f8fc7470b537d847d2fec7cca0;hb=5dc4197223fd976dad72fe485a84ee4fcc55a2ec;hpb=a20e49917c64e9935d212fcb7d81d7a1688c63ce;ds=sidebyside diff --git a/tests/pillar/repo_influxdata.sls b/tests/pillar/repo_influxdata.sls index 012a7ae..3c8f522 100644 --- a/tests/pillar/repo_influxdata.sls +++ b/tests/pillar/repo_influxdata.sls @@ -3,6 +3,7 @@ linux: enabled: true repo: linux_influxdata: - source: "deb http://repos-backend.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable" + source: "deb http://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable" architectures: amd64 - key_url: "http://repos-backend.influxdata.com/influxdb.key" + # key_url: "http://repos.influxdata.com/influxdb.key" + # https repo not working - see https://github.com/influxdata/influxdb/issues/9199 for more info