]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ntp/attributes/default.rb
Updates for rubocop and foodcritic changes
[chef.git] / cookbooks / ntp / attributes / default.rb
index 81ef7aa176653cfc393d11a640b90c9b9307784c..66088fb2e65a0a095660752c0f15729435259116 100644 (file)
@@ -1,7 +1,7 @@
-case platform 
-when "ubuntu","debian"
+case platform
+when "ubuntu", "debian"
   default[:ntp][:service] = "ntp"
-when "redhat","centos","fedora"
+when "redhat", "centos", "fedora"
   default[:ntp][:service] = "ntpd"
 end