ident the upgrade notices correctly

This commit is contained in:
Tech SOGEECOM 2016-06-29 13:59:51 -04:00
parent 5a7336ad47
commit 05ca5b0a05

View file

@ -50,7 +50,7 @@ Ubuntu support is lagging behind but not absent either.
## Upgrade Notice<a name="upgrade-notice"></a> ## Upgrade Notice<a name="upgrade-notice"></a>
* The default value of the `$repos` parameter was removed since the logic is * 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 now in the `apt::params` class. If you have explicitly set `$repos` to
'auto' in your manifests, you should remove this. 'auto' in your manifests, you should remove this.
@ -77,8 +77,8 @@ Ubuntu support is lagging behind but not absent either.
instantiating the class with those variables instead. For example, if you instantiating the class with those variables instead. For example, if you
had the following in your manifests: had the following in your manifests:
$apt_debian_url = 'http://localhost:9999/debian/' $ apt_debian_url = 'http://localhost:9999/debian/'
$apt_use_next_release = true $ apt_use_next_release = true
include apt include apt
you will need to remove the variables, and the include and instead do you will need to remove the variables, and the include and instead do