bootstrap-vz/bootstrapvz/plugins/google_cloud_repo
2016-09-12 19:11:20 +02:00
..
__init__.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
manifest-schema.yml Overhaul GCE image build. 2016-06-02 18:16:57 -07:00
README.rst Overhaul GCE image build. 2016-06-02 18:16:57 -07:00
tasks.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00

Google Cloud Repo
-----------------

This plugin adds support to use Google Cloud apt repositories for Debian. It adds the public repo key and optionally will add an apt source list file and install a package containing the key in order to maintain the key over time.

Settings
--------

-  ``cleanup_bootstrap_key``: Deletes the bootstrap key by removing /etc/apt/trusted.gpg in favor of the package maintained version. This is only to avoid having multiple keys around in the apt-key list. This should only be used with enable_keyring_repo.
-  ``enable_keyring_repo``: Add a repository and package to maintain the repo public key over time.