X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8853d81b9b39f284d824431c9715a309cf759d31..868dbb785525168c1d36f121bf83ebdd6c1aba51:/cookbooks/ntp/metadata.rb diff --git a/cookbooks/ntp/metadata.rb b/cookbooks/ntp/metadata.rb index 5c7fd630a..d1906c34c 100644 --- a/cookbooks/ntp/metadata.rb +++ b/cookbooks/ntp/metadata.rb @@ -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"] -