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 | |
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')
-rw-r--r-- | doc/examples/cloud-config-chef-oneiric.txt | 8 | ||||
-rw-r--r-- | doc/examples/cloud-config-chef.txt | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/examples/cloud-config-chef-oneiric.txt b/doc/examples/cloud-config-chef-oneiric.txt index c0174e53..2e5f4b16 100644 --- a/doc/examples/cloud-config-chef-oneiric.txt +++ b/doc/examples/cloud-config-chef-oneiric.txt @@ -12,7 +12,7 @@ # Key from http://apt.opscode.com/packages@opscode.com.gpg.key apt_sources: - - source: "deb http://apt.opscode.com/ oneiric-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) @@ -47,8 +47,7 @@ apt_sources: chef: - # Will fail on oneiric if install_type is "gems" - # see: https://bugs.launchpad.net/cloud-init/+bug/960576 + # 11.10 will fail if install_type is "gems" (LP: #960576) install_type: "packages" # Chef settings @@ -66,8 +65,7 @@ chef: validation_name: "yourorg-validator" # value of validation_cert is not used if validation_key defined, - # but variable needs to be defined - # See: https://bugs.launchpad.net/cloud-init/+bug/960547 + # but variable needs to be defined (LP: #960547) validation_cert: "unused" validation_key: | -----BEGIN RSA PRIVATE KEY----- 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) |