add an upgrade notice about the change of default value for $repos
This commit is contained in:
parent
8727cf7b8b
commit
8859eba152
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue