commit | cb4e087d83185ff4baed86dde6ba1696a79ad695 | [log] [tgz] |
---|---|---|
author | Pavel Cizinsky <pcizinsky@mirantis.com> | Sat Dec 17 14:37:06 2016 +0100 |
committer | Pavel Cizinsky <pcizinsky@mirantis.com> | Sat Dec 17 14:37:06 2016 +0100 |
tree | daeda12eeebe02239a9a92c611d7057037425dbf | |
parent | 1a34516f55673dab4179fc457733b9a7b22b30aa [diff] |
fix influxdb repo
diff --git a/linux/system/repo/influxdb.yml b/linux/system/repo/influxdb.yml new file mode 100644 index 0000000..b934503 --- /dev/null +++ b/linux/system/repo/influxdb.yml
@@ -0,0 +1,8 @@ +parameters: + linux: + system: + repo: + influxdb: + source: 'deb [arch=amd64] https://repos.influxdata.com/ubuntu ${_param:linux_system_codename} stable' + architectures: amd64 + key_url: 'https://repos.influxdata.com/influxdb.key' \ No newline at end of file