X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.md;h=30dfed24164b11a747ed2e7e4b83e0f9e63e98b4;hb=5e0128cc86bf89c870607c3abbeee8eeb48dc2c5;hp=33e65a968e064cd0ee718f5c9d0bdb335cbd0adc;hpb=c70491dcef31ca48a5224439dfe20a3acbf2840a;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 33e65a9..30dfed2 100644 --- a/README.md +++ b/README.md @@ -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}": @@ -425,7 +425,7 @@ Manages PPA repositories using `add-apt-repository`. Not supported on Debian. * `release`: *Optional if lsb-release is installed (unless you're using a different release than indicated by lsb-release, e.g., Linux Mint).* Specifies the operating system of your node. Valid options: a string containing a valid LSB distribution codename. Default: "$lsbdistcodename". -#### Defined Type: `apt:setting` +#### Defined Type: `apt::setting` Manages Apt configuration files.