We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af72f6 commit 4874c05Copy full SHA for 4874c05
influxdb/init.sls
@@ -11,7 +11,7 @@
11
{% elif grains['os_family'] == 'RedHat' %}
12
{% set filename = "influxdb-" + influxdb_settings['version'] + "-1." + grains['osarch'] + ".rpm" %}
13
{% endif %}
14
- {% elif major == '0' and minor >= 10 and minor|int < 13 %}
+ {% elif major == '0' and minor|int >= 10 and minor|int < 13 %}
15
{% set base_url = 'http://s3.amazonaws.com/influxdb' %}
16
{% if grains['os_family'] == 'Debian' %}
17
{% set filename = "influxdb_" + influxdb_settings['version'] + "-1_" + grains['osarch'] + ".deb" %}
0 commit comments