diff --git a/recipes/default.rb b/recipes/default.rb index e4cd445..e469e72 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -17,8 +17,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -case node['platform'] - when "ubuntu", "debian" +case node['platform_family'] + when "debian" include_recipe "apt" end