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/`.
|
Add an apt source to `/etc/apt/sources.list.d/`.
|
||||||
<pre>
|
<pre>
|
||||||
apt::source { "debian_unstable":
|
apt::source { "debian_unstable":
|
||||||
location => "http://debian.mirror.iweb.ca/debian/",
|
location => "http://debian.mirror.iweb.ca/debian/",
|
||||||
release => "unstable",
|
release => "unstable",
|
||||||
repos => "main contrib non-free",
|
repos => "main contrib non-free",
|
||||||
required_packages => "debian-keyring debian-archive-keyring",
|
required_packages => "debian-keyring debian-archive-keyring",
|
||||||
key => "55BE302B",
|
key => "55BE302B",
|
||||||
key_server => "subkeys.pgp.net",
|
key_server => "subkeys.pgp.net",
|
||||||
pin => "-10"
|
pin => "-10",
|
||||||
|
include_src => true
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue