Sha256: 8965ccd2b7b4de397b7530a5ed78085d7dbb5822ab83d8bec969be3d4cf8cff1

Contents?: true

Size: 339 Bytes

Versions: 3

Compression:

Stored size: 339 Bytes

Contents

set -e

# main
main() {
  sudo "$chef_omnibus_root/bin/chef-client" -z --recipe-url "$cookbook_url" -j "$json" -o "recipe[chef-appbundle-updater::default]"
}

# augment path in an attempt to find a download program
PATH="${PATH}:/opt/local/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/sfw/bin";
export PATH;

main

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kitchen-appbundle-updater-0.0.4 support/chef_base_updater.sh
kitchen-appbundle-updater-0.0.3 support/chef_base_updater.sh
kitchen-appbundle-updater-0.0.2 support/chef_base_updater.sh