Skip to content

Commit

Permalink
test(kitchen): fix InfluxDB version in test pillar (and pillar.example)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 24, 2019
1 parent 13a55a7 commit 59d23b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pillar.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
influxdb:
version: 0.12.0-1
version: 0.12.0
no_conf_defaults: false
use_wget_on_install: True
logging:
Expand Down
2 changes: 1 addition & 1 deletion test/salt/default/pillar/influxdb.sls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
influxdb:
version: 0.12.0-1
version: 0.12.0
no_conf_defaults: false
use_wget_on_install: True
logging:
Expand Down

0 comments on commit 59d23b3

Please sign in to comment.