Source: salt Version: 2014.1.13 Severity: normal
Salt doesn't currently have a dependency on bsdmainutils, which is probably should to prevent the below failure. # salt-call service.get_all [WARNING ] Although 'dmidecode' was found in path, the current user cannot execute it. Grains output might not be accurate. [INFO ] Executing command 'systemctl --all --full --no-legend --no-pager list-units | col -b' in directory '/root' [ERROR ] Command 'systemctl --all --full --no-legend --no-pager list-units | col -b' failed with return code: 127 [ERROR ] stderr: /bin/bash: col: command not found [INFO ] Executing command 'systemctl --full list-unit-files | col -b' in directory '/root' [ERROR ] Command 'systemctl --full list-unit-files | col -b' failed with return code: 127 [ERROR ] stderr: /bin/bash: col: command not found -N

