diff --git a/attributes/default.rb b/attributes/default.rb index e77c7ed..4dd49ab 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -1,5 +1,5 @@ case node['platform_family'] -when 'rhel', 'fedora' +when 'rhel', 'fedora', 'amazon' user = 'apache' group = 'apache' conf_dir = '/etc/php.d'