]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/metadata.rb
Fix more rubocop detected style issues
[chef.git] / cookbooks / ntp / metadata.rb
index 6c5ce11e90e2b2548a1a6b6be50e05ebee8989e3..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