X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7b9ec4b60ee39614d1d083d7220e76b07d2b275f..229bfd4d1ef647515f13b6e8e064a957881f2ca7:/cookbooks/ntp/metadata.rb diff --git a/cookbooks/ntp/metadata.rb b/cookbooks/ntp/metadata.rb index 404666fd5..adcfc75ca 100644 --- a/cookbooks/ntp/metadata.rb +++ b/cookbooks/ntp/metadata.rb @@ -1,3 +1,4 @@ +name "ntp" maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" @@ -7,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 @@ -31,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"] -