commit | 1dd422969a205d0730d071fa8bbf6953ebeaff38 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue Jun 13 08:45:08 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue Jun 13 11:31:49 2017 +0200 |
tree | 1204e6fab05a28b9bc8fc5394f520686da32172e | |
parent | da2aef69ef58af61bd4984b3c5446e87ce5224c7 [diff] [blame] |
Move influxdata repo to separate file
diff --git a/tests/pillar/repo_influxdata.sls b/tests/pillar/repo_influxdata.sls new file mode 100644 index 0000000..9599f02 --- /dev/null +++ b/tests/pillar/repo_influxdata.sls
@@ -0,0 +1,8 @@ +linux: + system: + enabled: true + repo: + linux_influxdata: + source: "deb https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable" + architectures: amd64 + key_url: "https://repos.influxdata.com/influxdb.key"