]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/metadata.rb
Drop long_description from metadata files
[chef.git] / cookbooks / ntp / metadata.rb
index 6c5ce11e90e2b2548a1a6b6be50e05ebee8989e3..910386b24b710d30afad603fd364b869a0449f4d 100644 (file)
@@ -1,34 +1,8 @@
 name              "ntp"
 maintainer        "Opscode, Inc."
 maintainer_email  "cookbooks@opscode.com"
-license           "Apache 2.0"
+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'))
-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|
-  supports os
-end
-
-attribute "ntp",
-  :display_name => "NTP",
-  :description => "Hash of NTP attributes",
-  :type => "hash"
 
-attribute "ntp/service",
-  :display_name => "NTP Service",
-  :description => "Name of the NTP service",
-  :default => "ntp"
-
-attribute "ntp/is_server",
-  :display_name => "NTP Is Server?",
-  :description => "Set to true if this is an NTP server",
-  :default => "false"
-
-attribute "ntp/servers",
-  :display_name => "NTP Servers",
-  :description => "Array of servers we should talk to",
-  :type => "array",
-  :default => ["0.us.pool.ntp.org", "1.us.pool.ntp.org"]
+version           "0.8.2"
+supports          "ubuntu"