mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-16 06:50:21 +00:00
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=''.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| manifest-schema.yml | ||
| README.rst | ||
| tasks.py | ||
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``