mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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=''. |
||
---|---|---|
.. | ||
admin_user | ||
ansible | ||
apt_proxy | ||
chef | ||
cloud_init | ||
commands | ||
debconf | ||
docker_daemon | ||
ec2_launch | ||
ec2_publish | ||
expand_root | ||
file_copy | ||
google_cloud_repo | ||
minimize_size | ||
ntp | ||
opennebula | ||
pip_install | ||
prebootstrapped | ||
puppet | ||
root_password | ||
salt | ||
tmpfs_workspace | ||
unattended_upgrades | ||
vagrant | ||
__init__.py | ||
README.rst |
Plugins are a key feature of bootstrap-vz. Despite their small size (most plugins do not exceed 100 source lines of code) they can modify the behavior of bootstrapped systems to a great extent. Below you will find documentation for all plugins available for bootstrap-vz. If you cannot find what you are looking for, consider `developing it yourself <http://bootstrap-vz.readthedocs.org>`__ and contribute to this list!