diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2017-06-21 08:58:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 08:58:58 -0500 |
commit | 476b758b0806559731f59c065575b6f37ab521d8 (patch) | |
tree | 5c93812cf2a43b15e015f8e61d109199cd3a181e /templates | |
parent | a9767d7c6639eeea8b45564f7ddb5018680aea3d (diff) | |
parent | ab31688e046fe9e66007b34389dfaf7ed81a4bba (diff) | |
download | ntp-476b758b0806559731f59c065575b6f37ab521d8.tar.gz ntp-476b758b0806559731f59c065575b6f37ab521d8.tar.bz2 ntp-476b758b0806559731f59c065575b6f37ab521d8.tar.xz ntp-476b758b0806559731f59c065575b6f37ab521d8.zip |
Merge pull request #37 from geerlingguy/36-clock-file
Fixes #36: Fix CentOS 6 minimal installs without clock files.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/clock.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/clock.j2 b/templates/clock.j2 new file mode 100644 index 0000000..873283f --- /dev/null +++ b/templates/clock.j2 @@ -0,0 +1 @@ +ZONE="{{ ntp_timezone }}" |