]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/attributes/default.rb
Fix some rubocop detected style issues
[chef.git] / cookbooks / ntp / attributes / default.rb
index 8eccde5fc19c2e93cc7cc497bbe05ca94e64148d..66088fb2e65a0a095660752c0f15729435259116 100644 (file)
@@ -1,7 +1,7 @@
 case platform
-when "ubuntu","debian"
+when "ubuntu", "debian"
   default[:ntp][:service] = "ntp"
-when "redhat","centos","fedora"
+when "redhat", "centos", "fedora"
   default[:ntp][:service] = "ntpd"
 end