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
|
@ -51,6 +51,7 @@ apt::source { "debian_unstable":
|
|||
required_packages => "debian-keyring debian-archive-keyring",
|
||||
key => "55BE302B",
|
||||
key_server => "subkeys.pgp.net",
|
||||
pin => "-10"
|
||||
pin => "-10",
|
||||
include_src => true
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue