MODULES-2941: added more info about replacing sources.list
This commit is contained in:
parent
c70491dcef
commit
6fa0b9a382
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ apt::sources:
|
|||
|
||||
### Replace the default sources.list file
|
||||
|
||||
To replace the default `/etc/apt/sources.list` file on standard Ubuntu machines:
|
||||
The following example replaces the default `/etc/apt/sources.list`. Along with this code, be sure to use the `purge` parameter, or you might get duplicate source warnings when running Apt.
|
||||
|
||||
```puppet
|
||||
apt::source { "archive.ubuntu.com-${lsbdistcodename}":
|
||||
|
|
Loading…
Reference in a new issue