cdist/cdist/conf/explorer
Jonas Weber ae7ccc5995 Fix SC2086 on all scripts
Relevant documentation: https://github.com/koalaman/shellcheck/wiki/SC2086

relates to: #540

This commit addresses 241 separate cases of missing quotes around
variables.
2018-10-04 19:45:22 +02:00
..
cpu_cores Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
cpu_sockets Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
disks remove `set -e` on explorers (they should be able to fail gracefully) 2018-10-04 17:38:39 +02:00
hostname use uname -n in hostname explorer 2014-01-20 14:07:31 +01:00
init make sure we continue on errors 2017-08-20 11:12:30 -04:00
interfaces bugfix the list of interfaces 2014-04-29 12:57:46 +02:00
is-freebsd-jail remove `set -e` on explorers (they should be able to fail gracefully) 2018-10-04 17:38:39 +02:00
kernel_name remove `set -e` on explorers (they should be able to fail gracefully) 2018-10-04 17:38:39 +02:00
lsb_codename Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
lsb_description Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
lsb_id Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
lsb_release Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
machine Eliminiate excess output from machine explorer 2013-01-12 19:35:09 -08:00
machine_type fix another SC2166 (test `[ .. -a.. ]` replaced by `[ .. ] && ]`) 2018-10-04 12:28:59 +02:00
memory explorer/memory: Support OpenBSD (#602) 2017-11-15 07:31:17 +01:00
os fix explorer/os for devuan ascii (#588) 2017-10-20 18:16:06 +02:00
os_release Add explorer for info in /etc/os-release 2018-09-07 11:38:49 +02:00
os_version Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
runlevel make package_data work 2012-10-29 22:50:27 +01:00