From 85df122efdcf325ec4e5f7bf36a1844db4440b2e Mon Sep 17 00:00:00 2001 From: John Dewey Date: Thu, 3 Jan 2013 21:46:13 -0800 Subject: [PATCH] Added :pragma-foodcritic: --- attributes/default.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index cd61543..54a7395 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -66,9 +66,7 @@ default["glance"]["syslog"]["config_facility"] = "local2" # node_attribute # platform-specific settings case platform -# FC024: Probably won't be running this on Amazon. -# when "centos", "redhat", "amazon", "scientific" -when "fedora", "redhat", "centos" +when "fedora", "redhat", "centos" # :pragma-foodcritic: ~FC024 - won't fix this default["glance"]["platform"] = { "mysql_python_packages" => [ "MySQL-python" ], # node_attribute "glance_packages" => [ "openstack-glance", "openstack-swift", "cronie" ], # node_attribute