Last active
August 29, 2015 14:23
-
-
Save initcron/98f8f405915c16cbe57e to your computer and use it in GitHub Desktop.
ntp.conf.erb, chapter: parameterized classes
This file contains hidden or 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
| driftfile /var/lib/ntp/ntp.drift | |
| <% if @server -%> | |
| server <%= @server %> prefer | |
| <% end -%> | |
| server 0.ubuntu.pool.ntp.org | |
| server 1.ubuntu.pool.ntp.org | |
| server 2.ubuntu.pool.ntp.org | |
| server 3.ubuntu.pool.ntp.org | |
| server ntp.ubuntu.com | |
| restrict -4 default kod notrap nomodify nopeer noquery | |
| restrict -6 default kod notrap nomodify nopeer noquery | |
| restrict 127.0.0.1 | |
| restrict ::1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment