bootstrap-vz/bootstrapvz/plugins/ntp
Veli-Matti Lintu 68d7ddb307 Commit 701678c9 changes print statements to print functions with end=' '.
As the printed strings contain newlines, this causes a space to be written
as the first character of the following line causing them to be indented.

An example config that is broken. Here disabling modules indents all the
other lines of cloud.cfg except the first one causing the username name
setting to fail as it expects indenting to be certain number of spaces.

plugins:
  cloud_init:
    metadata_sources: Ec2
    username: admin
    disable_modules:
      - locale
      - mounts

This commit removes the spaces by specifying end=''.
2018-06-13 13:20:05 +03:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
README.rst Docs: fix wrongfully escaped terms 2015-04-28 01:21:07 -03:00
tasks.py Commit 701678c9 changes print statements to print functions with end=' '. 2018-06-13 13:20:05 +03:00

NTP
---

This plugins installs the Network Time Protocol daemon and optionally
defines which time servers it should use.

Settings
~~~~~~~~

-  ``servers``: A list of strings specifying which servers should be
   used to synchronize the machine clock.
   ``optional``