From: David Schmitt Date: Fri, 9 Oct 2015 12:07:32 +0000 (+0100) Subject: (MAINT) improve hiera description X-Git-Tag: 2.2.2~13^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=68693418f48e1440b5262b4550eb64897c772272;p=puppet-modules%2Fpuppetlabs-apt.git (MAINT) improve hiera description --- diff --git a/README.md b/README.md index 1c9591d..5ab4275 100644 --- a/README.md +++ b/README.md @@ -150,16 +150,21 @@ apt::source { 'puppetlabs': ### Configure Apt from Hiera +Instead of specifying your sources directly as resources, you can instead just +include the `apt` class, which will pick up the values automatically from +hiera. + ~~~yaml apt::sources: 'debian_unstable': + comment: 'This is the iWeb Debian unstable mirror' location: 'http://debian.mirror.iweb.ca/debian/' release: 'unstable' repos: 'main contrib non-free' + pin: '-10' key: - id: '9AA38DCD55BE302B' + id: 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553' server: 'subkeys.pgp.net' - pin: '-10' include: src: true deb: true