Sha256: 0d0f0aeed655a37f76f4811c694fca776928b003f07c317867b3551adccaf224

Contents?: true

Size: 578 Bytes

Versions: 20

Compression:

Stored size: 578 Bytes

Contents

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

<% if @node[:ntp][:is_server] -%>
server 0.us.pool.ntp.org
server 1.us.pool.ntp.org
server 2.us.pool.ntp.org
server 3.us.pool.ntp.org
<% else -%>
<% @node[:ntp][:servers].each do |ntpserver| -%>
  server <%= ntpserver %>
<% end -%>
<% end -%>
restrict default kod notrap nomodify nopeer noquery

restrict 127.0.0.1 nomodify

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
poolparty-1.6.9 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.8 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.7 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.6 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.5 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.4 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.3 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.2 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.1 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.6.0 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.5.0 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.8 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.7 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.6 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.5 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.4 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.3 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.2 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.1 examples/chef_cloud/chef_repo/cookbooks/ntp/templates/default/ntp.conf.erb
poolparty-1.4.0 examples/chef_cloud/chef-repo/cookbooks/ntp/templates/default/ntp.conf.erb