diff options
author | Chad Smith <chad.smith@canonical.com> | 2017-11-16 20:58:45 -0700 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2017-11-16 20:58:45 -0700 |
commit | d90318b21d0379e24337bcb92a0a90ebfa359c35 (patch) | |
tree | 598603dd1a072f1e4e34ef745511a77e05033904 /templates/ntp.conf.sles.tmpl | |
parent | 6ad23fe9b11f07e4404c8a1f2f1e9cba2640dceb (diff) | |
download | vyos-cloud-init-d90318b21d0379e24337bcb92a0a90ebfa359c35.tar.gz vyos-cloud-init-d90318b21d0379e24337bcb92a0a90ebfa359c35.zip |
ntp: fix configuration template rendering for openSUSE and SLES
Add opensuse distro support to cc_ntp module.
LP: #1726572
Diffstat (limited to 'templates/ntp.conf.sles.tmpl')
-rw-r--r-- | templates/ntp.conf.sles.tmpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/ntp.conf.sles.tmpl b/templates/ntp.conf.sles.tmpl index 5c5fc4db..f3ab565f 100644 --- a/templates/ntp.conf.sles.tmpl +++ b/templates/ntp.conf.sles.tmpl @@ -1,17 +1,5 @@ ## template:jinja -################################################################################ -## /etc/ntp.conf -## -## Sample NTP configuration file. -## See package 'ntp-doc' for documentation, Mini-HOWTO and FAQ. -## Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany. -## -## Author: Michael Andres, <ma@suse.de> -## Michael Skibbe, <mskibbe@suse.de> -## -################################################################################ - ## ## Radio and modem clocks by convention have addresses in the ## form 127.127.t.u, where t is the clock type and u is a unit |