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=9599f025816ec2b364436387048842521bf69eae;hb=5dc4197223fd976dad72fe485a84ee4fcc55a2ec;hpb=1dd422969a205d0730d071fa8bbf6953ebeaff38 diff --git a/tests/pillar/repo_influxdata.sls b/tests/pillar/repo_influxdata.sls index 9599f02..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 https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable" + source: "deb http://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable" architectures: amd64 - key_url: "https://repos.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