Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created March 7, 2012 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtimberman/1990906 to your computer and use it in GitHub Desktop.
Save jtimberman/1990906 to your computer and use it in GitHub Desktop.
COOK-1083
diff --git a/apache2/recipes/mod_auth_openid.rb b/apache2/recipes/mod_auth_openid.rb
index 68501e7..a90173a 100644
--- a/apache2/recipes/mod_auth_openid.rb
+++ b/apache2/recipes/mod_auth_openid.rb
@@ -27,8 +27,8 @@ openid_dev_pkgs = value_for_platform(
)
make_cmd = value_for_platform(
- "freebsd" => { "default" => %w{gmake} },
- "default" => { "default" => %w{make} }
+ "freebsd" => { "default" => "gmake" },
+ "default" => "make"
)
case node[:platform]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment