<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-cloud-init.git/templates/ntp.conf.debian.tmpl, branch rolling</title>
<subtitle> (mirror of https://github.com/vyos/vyos-cloud-init.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-cloud-init.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/'/>
<updated>2019-07-16T20:57:32+00:00</updated>
<entry>
<title>templates/ntp.conf.debian.tmpl: fix missing newline for pools</title>
<updated>2019-07-16T20:57:32+00:00</updated>
<author>
<name>Ryan Harper</name>
<email>ryan.harper@canonical.com</email>
</author>
<published>2019-07-16T20:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=14048171f8e5273b1b82c6d2ed5675a7d1a6eeb6'/>
<id>urn:sha1:14048171f8e5273b1b82c6d2ed5675a7d1a6eeb6</id>
<content type='text'>
The debian ntp.conf template did not contain a newline for the
comment used to mark the rendered ntp pools configured.  This
resulted in an invalid line:

'# poolspool 0.int.pool.ntp.org iburst'

rather than:

'# pools
 pool 0.int.pool.ntp.org iburst'

This patch fixes the template and updates the unittest to
verify that the rendered templates puts servers and pools
at the beginning of a line.

LP: #1836598
</content>
</entry>
<entry>
<title>add ntp config module</title>
<updated>2016-08-10T20:56:14+00:00</updated>
<author>
<name>Ryan Harper</name>
<email>ryan.harper@canonical.com</email>
</author>
<published>2016-08-10T20:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-cloud-init.git/commit/?id=b455902450e3f9ccb0cb876b460bdc7d5f6e24db'/>
<id>urn:sha1:b455902450e3f9ccb0cb876b460bdc7d5f6e24db</id>
<content type='text'>
Add support for installing and configuring ntp service, exposing the
minimum config of servers or pools to be added. If none are defined
then fallback on generating a list of pools by distro hosted at
pool.ntp.org (which matches what's found in the default ntp.conf
shipped in the respective distro).
</content>
</entry>
</feed>
