summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2016-06-29 14:53:57 +0000
committerintrigeri <intrigeri@boum.org>2016-06-29 14:53:57 +0000
commita8755365321bccf7a5c7a9a0fc9883b3176a1d37 (patch)
tree3d538541127319862fee0e6a4feb5e576392e066 /README.md
parent53c49fe2ae7bc74ab01457ffba8a6efd24fd44f9 (diff)
parent8859eba152a5a504db9816b64fec6720f7ba5f14 (diff)
Merge remote-tracking branch 'lelutin-gitlab/backports_follow_debian_url' into shared-master
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5f6a109..f6a0c4a 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,10 @@ Ubuntu support is lagging behind but not absent either.
## Upgrade Notice<a name="upgrade-notice"></a>
+ * The default value of the `$repos` parameter was removed since the logic is
+ now in the `apt::params` class. If you have explicitly set `$repos` to
+ 'auto' in your manifests, you should remove this.
+
* The `disable_update` parameter has been removed. The main apt class
defaults to *not* run an `apt-get update` on every run anyway so this
parameter seems useless.