]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/metadata.rb
Fix use of deprecated features
[chef.git] / cookbooks / ntp / metadata.rb
index 5c7fd630a524a3e883e35f8e1028388fa17bac61..d1906c34cc279f1bd423deb0c46d2a9a07804745 100644 (file)
@@ -3,12 +3,12 @@ maintainer        "Opscode, Inc."
 maintainer_email  "cookbooks@opscode.com"
 license           "Apache 2.0"
 description       "Installs and configures ntp as a client or server"
-long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
+long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 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"]
-