From 3a1ff52e61f6d01377e08063c10b3a4ccf27e829 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 9 Apr 2012 10:41:48 -0400 Subject: replace bug links with LP: # syntax, use '$RELEASE' for apt source cloud-init expands $RELEASE in a source so it can easily be used. --- doc/examples/cloud-config-chef-oneiric.txt | 8 +++----- doc/examples/cloud-config-chef.txt | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'doc') 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) -- cgit v1.2.3