mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-16 14:50:22 +00:00
It seems some Debian versions of apt-cacher-ng return error code 406 instead of 404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762969 This is my case in Jessie, for example. This patch considers both codes as "valid". |
||
|---|---|---|
| .. | ||
| admin_user | ||
| ansible | ||
| apt_proxy | ||
| chef | ||
| cloud_init | ||
| commands | ||
| docker_daemon | ||
| ec2_launch | ||
| file_copy | ||
| google_cloud_sdk | ||
| minimize_size | ||
| ntp | ||
| opennebula | ||
| pip_install | ||
| prebootstrapped | ||
| puppet | ||
| root_password | ||
| salt | ||
| 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!