diff --git a/lib/mixlib/install/product_matrix.rb b/lib/mixlib/install/product_matrix.rb index c64ea4bf..16edd820 100644 --- a/lib/mixlib/install/product_matrix.rb +++ b/lib/mixlib/install/product_matrix.rb @@ -47,6 +47,11 @@ package_name "chef" end + product "chef-foundation" do + product_name "Chef Foundation" + package_name "chef-foundation" + end + product "chef-universal" do product_name "Chef Infra Client MacOS Universal" package_name "universal-package" diff --git a/spec/unit/mixlib/install/product_spec.rb b/spec/unit/mixlib/install/product_spec.rb index febab62c..4ecf1f74 100644 --- a/spec/unit/mixlib/install/product_spec.rb +++ b/spec/unit/mixlib/install/product_spec.rb @@ -137,6 +137,7 @@ angrychef automate chef + chef-foundation chef-universal chef-backend chef-server