From aab609104988b9d14572eb8fa1dd28a8156c0aea Mon Sep 17 00:00:00 2001 From: Jon Grimm Date: Mon, 3 Apr 2017 11:52:42 -0500 Subject: Remove (and/or fix) URL shortener references Several references that were using URL shorteners are now broken due to their service going away, making it painful to even figure out what they were supposed to be pointing at. Put back long URLS using '# noqa' to make flake8 happy. LP: #1669727 --- cloudinit/distros/debian.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cloudinit/distros/debian.py') diff --git a/cloudinit/distros/debian.py b/cloudinit/distros/debian.py index 3f0f9d53..16f8d955 100644 --- a/cloudinit/distros/debian.py +++ b/cloudinit/distros/debian.py @@ -143,8 +143,7 @@ class Distro(distros.Distro): pkgs = [] e = os.environ.copy() - # See: http://tiny.cc/kg91fw - # Or: http://tiny.cc/mh91fw + # See: http://manpages.ubuntu.com/manpages/xenial/man7/debconf.7.html e['DEBIAN_FRONTEND'] = 'noninteractive' wcfg = self.get_option("apt_get_wrapper", APT_GET_WRAPPER) -- cgit v1.2.3