Merge pull request #89 from rcoleman/add_to_readme
Add PL Repo source to README
This commit is contained in:
commit
6c95de4978
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -55,6 +55,17 @@ apt::source { "debian_unstable":
|
||||||
include_src => true
|
include_src => true
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
This source will configure your system for the Puppet Labs APT repository.
|
||||||
|
<pre>
|
||||||
|
apt::source { 'puppetlabs':
|
||||||
|
location => 'http://apt.puppetlabs.com',
|
||||||
|
repos => 'main',
|
||||||
|
key => '4BD6EC30',
|
||||||
|
key_server => 'pgp.mit.edu',
|
||||||
|
}
|
||||||
|
</pre>
|
||||||
|
|
||||||
### apt::key
|
### apt::key
|
||||||
Add a key to the list of keys used by apt to authenticate packages.
|
Add a key to the list of keys used by apt to authenticate packages.
|
||||||
<pre>
|
<pre>
|
||||||
|
|
Loading…
Reference in a new issue