include_src parameter in example; Whitespace cleanup
In the apt::source example, include the include_src parameter. Clean-up whitespace in the example to be consistent with the style guide.
This commit is contained in:
parent
749c3e185d
commit
0dd697d7cf
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -45,12 +45,13 @@ apt::release { "karmic": }
|
|||
Add an apt source to `/etc/apt/sources.list.d/`.
|
||||
<pre>
|
||||
apt::source { "debian_unstable":
|
||||
location => "http://debian.mirror.iweb.ca/debian/",
|
||||
release => "unstable",
|
||||
repos => "main contrib non-free",
|
||||
required_packages => "debian-keyring debian-archive-keyring",
|
||||
key => "55BE302B",
|
||||
key_server => "subkeys.pgp.net",
|
||||
pin => "-10"
|
||||
location => "http://debian.mirror.iweb.ca/debian/",
|
||||
release => "unstable",
|
||||
repos => "main contrib non-free",
|
||||
required_packages => "debian-keyring debian-archive-keyring",
|
||||
key => "55BE302B",
|
||||
key_server => "subkeys.pgp.net",
|
||||
pin => "-10",
|
||||
include_src => true
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue