chef-lctp/site-cookbooks/ntp/recipes/default.rb

10 lines
123 B
Ruby
Raw Normal View History

2014-01-19 14:34:01 +00:00
include_recipe "apt"
package 'ntp'
template "/etc/ntp.conf" do
owner "root"
group "root"
source "ntp.conf.erb"
end