Skip to content

Commit

Permalink
[COOK-1083] - return string for v_f_p and use correct value for default
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 7, 2012
1 parent 9593cab commit a5b06b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apache2/recipes/mod_auth_openid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
)

make_cmd = value_for_platform(
"freebsd" => { "default" => %w{gmake} },
"default" => { "default" => %w{make} }
"freebsd" => { "default" => "gmake" },
"default" => "make"
)

case node[:platform]
Expand Down

0 comments on commit a5b06b2

Please sign in to comment.