chef-lctp/site-cookbooks/ntp/recipes/default.rb
2014-01-19 15:34:01 +01:00

10 lines
123 B
Ruby

include_recipe "apt"
package 'ntp'
template "/etc/ntp.conf" do
owner "root"
group "root"
source "ntp.conf.erb"
end