Skip to content

Commit 59d23b3

Browse files
committed
test(kitchen): fix InfluxDB version in test pillar (and pillar.example)
1 parent 13a55a7 commit 59d23b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pillar.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
influxdb:
2-
version: 0.12.0-1
2+
version: 0.12.0
33
no_conf_defaults: false
44
use_wget_on_install: True
55
logging:

test/salt/default/pillar/influxdb.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
influxdb:
3-
version: 0.12.0-1
3+
version: 0.12.0
44
no_conf_defaults: false
55
use_wget_on_install: True
66
logging:

0 commit comments

Comments
 (0)