From: Ryan Coleman Date: Tue, 2 Oct 2012 17:55:35 +0000 (-0700) Subject: Add PL Repo source to README X-Git-Tag: 1.0.0~5^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bf7992daa188df52283384716ad4aa03fc062931;p=puppet-modules%2Fpuppetlabs-apt.git Add PL Repo source to README Prior to this commit, the only information about the Puppet Labs repository source was in the tests folder. This commit adds example usage for apt::source to the README for the Puppet Labs APT repository. --- diff --git a/README.md b/README.md index e8e5a9a..705cb33 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,17 @@ apt::source { "debian_unstable": include_src => true } + +This source will configure your system for the Puppet Labs APT repository. +
+apt::source { 'puppetlabs':
+  location   => 'http://apt.puppetlabs.com',
+  repos      => 'main',
+  key        => '4BD6EC30',
+  key_server => 'pgp.mit.edu',
+}
+
+ ### apt::key Add a key to the list of keys used by apt to authenticate packages.