]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/metadata.rb
Fix new rubocop warnings
[chef.git] / cookbooks / ntp / metadata.rb
index d1906c34cc279f1bd423deb0c46d2a9a07804745..484d0d23d66f8e4c479a7b684dc45e2620616ef7 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