diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-10-24 13:32:05 -0700 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-10-24 13:32:05 -0700 |
commit | f7d51c7ee1a7520a27a22cab6b0f350d5b5aaf8b (patch) | |
tree | d87bb250f7e52d5fa8cd8893ef0d308cc20cec2c /doc | |
parent | b27fab81c99fcb05f4c633bad62d4151edc702e6 (diff) | |
parent | 0473a7f4acacdfe2d9e3840a6f89399f60f7a9d2 (diff) | |
download | vyos-cloud-init-f7d51c7ee1a7520a27a22cab6b0f350d5b5aaf8b.tar.gz vyos-cloud-init-f7d51c7ee1a7520a27a22cab6b0f350d5b5aaf8b.zip |
support calling add-apt-repository on cloud-archive: entries
LP: #1244355
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index bcfd7917..546a1b98 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -72,6 +72,10 @@ apt_pipelining: False # then apt_mirror above will have no effect apt_preserve_sources_list: true +# 'source' entries in apt-sources that match this python regex +# expression will be passed to add-apt-repository +add_apt_repo_match = "^[\w-]+:\w" + apt_sources: - source: "deb http://ppa.launchpad.net/byobu/ppa/ubuntu karmic main" keyid: F430BBA5 # GPG key ID published on a key server |