Skip to content

Commit cfdfc38

Browse files
committed
fix(states): use curl instead of wget (not installed everywhere)
1 parent 59d23b3 commit cfdfc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{% if influxdb_settings['use_wget_on_install'] == True %}
3232
influxdb_package:
3333
cmd.run:
34-
- name: wget -qO /tmp/{{ filename }} {{ base_url }}/{{ filename }}
34+
- name: curl -s --output /tmp/{{ filename }} {{ base_url }}/{{ filename }}
3535
- unless: test -f /tmp/{{ filename }}
3636
3737
influxdb_remove_broken_download:

0 commit comments

Comments
 (0)