X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/06a63ff483490efca4bc271b0ece80d58ab2ce51..868dbb785525168c1d36f121bf83ebdd6c1aba51:/cookbooks/ntp/attributes/default.rb diff --git a/cookbooks/ntp/attributes/default.rb b/cookbooks/ntp/attributes/default.rb index 66088fb2e..5d9d72439 100644 --- a/cookbooks/ntp/attributes/default.rb +++ b/cookbooks/ntp/attributes/default.rb @@ -1,4 +1,4 @@ -case platform +case node[:platform] when "ubuntu", "debian" default[:ntp][:service] = "ntp" when "redhat", "centos", "fedora"