diff options
author | Jérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2016-06-30 21:20:51 +0200 |
---|---|---|
committer | Jérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2016-06-30 21:20:51 +0200 |
commit | 328a6215a3a7728b39bbebc6a85d6371a23b9301 (patch) | |
tree | 353a47de3beac6e015d222515d52247b9b9637c4 /manifests | |
parent | 78e07815bc860bca849b1a1f2a78dc4cbd794c5c (diff) |
Take out comment referencing squeeze, see issue #14
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 2ee4d10..4bf126c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -67,8 +67,6 @@ class apt( include apt::preferences::absent } default: { - # When squeeze becomes the stable branch, transform this file's header - # into a preferences.d file include apt::preferences } } |