Move influxdata repo to separate file
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 2de3ef4..e5717ff 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -23,11 +23,3 @@
port: 8091
- host: idb03.local
port: 8091
-linux:
- system:
- enabled: true
- repo:
- docker:
- source: 'deb https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable'
- key_url: https://repos.influxdata.com/influxdb.key
- file: /etc/apt/sources.list
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"
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
index c6a9124..21c12b0 100644
--- a/tests/pillar/single.sls
+++ b/tests/pillar/single.sls
@@ -1,11 +1,3 @@
influxdb:
server:
enabled: true
-linux:
- system:
- enabled: true
- repo:
- docker:
- source: 'deb https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable'
- key_url: https://repos.influxdata.com/influxdb.key
- file: /etc/apt/sources.list