Skip to content

Commit

Permalink
Merge branch 'COOK-1023'
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 15, 2012
2 parents be13918 + 78b0989 commit 6d6209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache2/attributes/default.rb
Expand Up @@ -131,4 +131,4 @@
dir env mime negotiation setenvif
}

default['apache']['default_modules'] << "log_config" if node.platform?("redhat", "centos", "scientific", "fedora", "suse", "arch", "freebsd")
default['apache']['default_modules'] << "log_config" if ["redhat", "centos", "scientific", "fedora", "suse", "arch", "freebsd"].include?(node.platform)

0 comments on commit 6d6209e

Please sign in to comment.