Skip to content

Commit

Permalink
[COOK-775] - add amazon to redhatish distro list
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jan 19, 2012
1 parent 4dc6762 commit 111e081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/recipes/default.rb
Expand Up @@ -18,7 +18,7 @@
#

pkg_name = value_for_platform(
[ "centos", "redhat", "scientific", "suse", "fedora" ] => { "default" => "libxml2-devel" },
[ "centos", "redhat", "scientific", "suse", "fedora", "amazon" ] => { "default" => "libxml2-devel" },
[ "freebsd" ] => { "default" => "libxml2" },
"default" => 'libxml2-dev'
)
Expand Down

0 comments on commit 111e081

Please sign in to comment.