diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-24 16:29:31 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-05-24 16:29:31 +0200 |
commit | 14040a9c8df6e8406acb79fd653873bb05cb4d40 (patch) | |
tree | 7f2bdc47b87edc4ebf8bb48c8f880a63b48f73ab /doc/examples | |
parent | 1b418ef2db337e9f8bea7462f18f58ee41dea3b2 (diff) | |
download | vyos-cloud-init-14040a9c8df6e8406acb79fd653873bb05cb4d40.tar.gz vyos-cloud-init-14040a9c8df6e8406acb79fd653873bb05cb4d40.zip |
improve examples of ap_source
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 60457093..df59ff57 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -113,10 +113,11 @@ add_apt_repo_match: '^[\w-]+:\w' # where the filename will be ignored - yet it can still be used as index for # merging. # The value it maps to is a dictionary with the following optional entries: -# 'source': a sources.list entry (some variable replacements apply) -# 'keyid': providing a key to import via shortid or fingerprint -# 'key': providing a raw PGP key -# 'filename': for compatibility with the older format (now the key to this +# source: a sources.list entry (some variable replacements apply) +# keyid: providing a key to import via shortid or fingerprint +# key: providing a raw PGP key +# keyserver: keyserver to fetch keys from, default is keyserver.ubuntu.com +# filename: for compatibility with the older format (now the key to this # dictionary is the filename). If specified this overwrites the # filename given as key. @@ -169,7 +170,6 @@ apt_sources: # * [optional] Import the apt signing key from the keyserver # * Defaults: # + keyserver: keyserver.ubuntu.com - # + filename: cloud_config_sources.list # # See sources.list man page for more information about the format my-repo.list: |