diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-04-09 10:41:48 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-04-09 10:41:48 -0400 |
commit | 3a1ff52e61f6d01377e08063c10b3a4ccf27e829 (patch) | |
tree | 5af827e829df384ec18cfe72ee89027724112701 /doc/examples/cloud-config-chef.txt | |
parent | 7ca1b16205932849fdaeb93ec1b7a3e58862e049 (diff) | |
download | vyos-cloud-init-3a1ff52e61f6d01377e08063c10b3a4ccf27e829.tar.gz vyos-cloud-init-3a1ff52e61f6d01377e08063c10b3a4ccf27e829.zip |
replace bug links with LP: # syntax, use '$RELEASE' for apt source
cloud-init expands $RELEASE in a source so it can easily be used.
Diffstat (limited to 'doc/examples/cloud-config-chef.txt')
-rw-r--r-- | doc/examples/cloud-config-chef.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-chef.txt b/doc/examples/cloud-config-chef.txt index 1a5f8b86..f87472ec 100644 --- a/doc/examples/cloud-config-chef.txt +++ b/doc/examples/cloud-config-chef.txt @@ -12,7 +12,7 @@ # Key from http://apt.opscode.com/packages@opscode.com.gpg.key apt_sources: - - source: "deb http://apt.opscode.com/ precise-0.10 main" + - source: "deb http://apt.opscode.com/ $RELEASE-0.10 main" key: | -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.9 (GNU/Linux) |