Created
December 15, 2015 02:05
-
-
Save awaxa/586dc499f4c7f8d5dcce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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