Skip to content

Commit

Permalink
minor readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
clairecadman authored and David Swan committed Jul 25, 2018
1 parent ef66f27 commit 232e17f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,18 +228,18 @@ apt::source { "archive.ubuntu.com-${lsbdistcodename}-backports":

### Manage login configuration settings for an APT source or proxy in `/etc/apt/auth.conf`

Starting with APT version 1.5 you can define login configuration settings (like
username and password) for APT sources or proxies that require authentication
in the file `/etc/apt/auth.conf`. This is preferable to embedding login
information directly in `source.list` entries which are usually world-readable.
Starting with APT version 1.5, you can define login configuration settings, such as
username and password, for APT sources or proxies that require authentication
in the `/etc/apt/auth.conf` file. This is preferable to embedding login
information directly in `source.list` entries, which are usually world-readable.

The file `/etc/apt/auth.conf` follows the format of netrc (as used by ftp or
The `/etc/apt/auth.conf` file follows the format of netrc (used by ftp or
curl) and has restrictive file permissions. See
https://manpages.debian.org/testing/apt/apt_auth.conf.5.en.html for details.

Use the optional `apt::auth_conf_entries` parameter to specify an array of
hashes containing login configuration settings. These hashes may only contain
the keys `machine`, `login` and `password`.
the `machine`, `login` and `password` keys.

```puppet
class { 'apt':
Expand Down

0 comments on commit 232e17f

Please sign in to comment.