Merge branch 'no_extra_output_from_machine_explorer' of https://github.com/contradict/cdist

remotes/origin/ssh_callback
Nico Schottelius 12 years ago
commit 474d4f7cb0
  1. 2
      cdist/conf/explorer/machine

@ -22,6 +22,6 @@
#
#
if command -v uname; then
if command -v uname 2>&1 >/dev/null; then
uname -m
fi

Loading…
Cancel
Save