bin/appbundle-updater in appbundle-updater-0.5.0 vs bin/appbundle-updater in appbundle-updater-0.5.1

- old
+ new

@@ -67,11 +67,11 @@ case `#{bin_dir}/ohai platform_family` when /debian/ ENV["DEBIAN_FRONTEND"] = "noninteractive" run("apt-get -y update") run("apt-get -q -y install build-essential git liblzma-dev zlib1g-dev") - when /fedora/, /rhel/ + when /fedora/, /rhel/, /amazon/ if File.exist?("/usr/bin/dnf") run("dnf -y install gcc make git zlib-devel lzma-devel") else run("yum -y install gcc make git zlib-devel lzma-devel") end @@ -150,9 +150,15 @@ ), App.new( "chef-vault", "Nordstrom/chef-vault", "test", + "#{bin_dir.join("rake")} install", + ), + App.new( + 'cookstyle', + 'chef/cookstyle', + nil, "#{bin_dir.join("rake")} install", ), App.new( "foodcritic", "acrmp/foodcritic",