summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2016-06-29 18:21:19 +0000
committerintrigeri <intrigeri@boum.org>2016-06-29 18:21:19 +0000
commit8723519f0fec46fb39a99ae7c57581271e532322 (patch)
treebbb9a692aef2f60de4a404fcae45b82fe96b150c /README.md
parent05ca5b0a05d1ac38bb61d42f06b61a230060520f (diff)
Fix newly introduced white-space issues.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 83a7ec9..41194e1 100644
--- a/README.md
+++ b/README.md
@@ -51,8 +51,8 @@ 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.
+ 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
@@ -77,8 +77,8 @@ Ubuntu support is lagging behind but not absent either.
instantiating the class with those variables instead. For example, if you
had the following in your manifests:
- $ apt_debian_url = 'http://localhost:9999/debian/'
- $ apt_use_next_release = true
+ $apt_debian_url = 'http://localhost:9999/debian/'
+ $apt_use_next_release = true
include apt
you will need to remove the variables, and the include and instead do