Sha256: 010246d5015292377c402bf9b13c149c4a4ba11b48667b18df10e9bc9242d136

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

$ErrorActionPreference = "Stop";

Function Log($m) { Write-Host "       $m`n" }

Log "Finding cookbook to update chef"
$env:Path = $env:Path + ";$chef_omnibus_root\bin\"
Log "Running chef-client with recipe chef-appbundle-updater::default from $cookbook_url"
& "$chef_omnibus_root\bin\chef-client.bat" -z --recipe-url "$cookbook_url" -j "$json" -o "recipe[chef-appbundle-updater::default]"

Version data entries

3 entries across 3 versions & 1 rubygems

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