]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/metadata.rb
Add suppression files for foodcritic
[chef.git] / cookbooks / ntp / metadata.rb
index 5c7fd630a524a3e883e35f8e1028388fa17bac61..adcfc75ca36a05409d68a33a0a5a91502da1d0df 100644 (file)
@@ -8,7 +8,7 @@ version           "0.8.2"
 
 recipe "ntp", "Installs and configures ntp either as a server or client"
 
-%w{ ubuntu debian redhat centos fedora }.each do |os|
+%w(ubuntu debian redhat centos fedora).each do |os|
   supports os
 end
 
@@ -32,4 +32,3 @@ attribute "ntp/servers",
   :description => "Array of servers we should talk to",
   :type => "array",
   :default => ["0.us.pool.ntp.org", "1.us.pool.ntp.org"]
-