diff --git a/test/cookbooks/test/recipes/install_local.rb b/test/cookbooks/test/recipes/install_local.rb index be66633..552de76 100644 --- a/test/cookbooks/test/recipes/install_local.rb +++ b/test/cookbooks/test/recipes/install_local.rb @@ -8,7 +8,8 @@ # if os family is RHEL, set rpm extension # if os family is debian, set deb extension case node['platform_family'] -when 'rhel' + # When RHEL or Amazon linux +when 'rhel', 'amazon' extension = 'rpm' when 'debian' extension = 'deb'