10 lines
123 B
Ruby
10 lines
123 B
Ruby
include_recipe "apt"
|
|
|
|
package 'ntp'
|
|
|
|
template "/etc/ntp.conf" do
|
|
owner "root"
|
|
group "root"
|
|
source "ntp.conf.erb"
|
|
end
|