Skip to content

Instantly share code, notes, and snippets.

@awaxa
Created December 15, 2015 02:05
Show Gist options
  • Save awaxa/586dc499f4c7f8d5dcce to your computer and use it in GitHub Desktop.
Save awaxa/586dc499f4c7f8d5dcce to your computer and use it in GitHub Desktop.
# ntp.conf: Managed by puppet.
restrict 127.0.0.1
restrict -6 ::1
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
<% @servers.each do |server| -%>
server <%= server %>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment