Sha256: 53292fb9e0884ed0220d1c13a9a95fac10f2184905cbc7fead5cc15ae0dee2e4

Contents?: true

Size: 349 Bytes

Versions: 27

Compression:

Stored size: 349 Bytes

Contents

$gem list busser -i 2>&1 >/dev/null
if test $? -ne 0; then
  echo "-----> Installing Busser ($version)"
  $gem install $gem_install_args
else
  echo "-----> Busser installation detected ($version)"
fi

if test ! -f "$BUSSER_ROOT/bin/busser"; then
  $busser setup
fi

echo "       Installing Busser plugins: $plugins"
$busser plugin install $plugins

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
test-kitchen-1.18.0 support/busser_install_command.sh
test-kitchen-1.17.0 support/busser_install_command.sh
test-kitchen-1.16.0 support/busser_install_command.sh
test-kitchen-1.15.0 support/busser_install_command.sh
test-kitchen-1.14.2 support/busser_install_command.sh
test-kitchen-1.14.1 support/busser_install_command.sh
test-kitchen-1.14.0 support/busser_install_command.sh
test-kitchen-1.13.2 support/busser_install_command.sh
test-kitchen-1.13.1 support/busser_install_command.sh
test-kitchen-1.13.0 support/busser_install_command.sh
test-kitchen-1.12.0 support/busser_install_command.sh
test-kitchen-1.11.1 support/busser_install_command.sh
test-kitchen-1.11.0 support/busser_install_command.sh
test-kitchen-1.10.2 support/busser_install_command.sh
test-kitchen-1.10.2.dev support/busser_install_command.sh
test-kitchen-1.10.0 support/busser_install_command.sh
test-kitchen-1.9.2 support/busser_install_command.sh
test-kitchen-1.9.1 support/busser_install_command.sh
test-kitchen-1.9.0 support/busser_install_command.sh
test-kitchen-1.8.0 support/busser_install_command.sh