summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2016-06-29 16:45:22 +0200
committerGabriel Filion <gabster@lelutin.ca>2016-06-29 16:45:22 +0200
commit8859eba152a5a504db9816b64fec6720f7ba5f14 (patch)
treead7ae7945274457341eadd79025d9b380d83b854 /README.md
parent8727cf7b8b19e2b29436e3ac8938eb03715d5db1 (diff)
add an upgrade notice about the change of default value for $repos
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.