Skip to content

Commit 139702c

Browse files
authored
Merge pull request #962 from kenyon/patch-1
backports.pp: correct example
2 parents 6e7efac + a3b82bc commit 139702c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ Manages backports.
350350

351351
#### Examples
352352

353-
##### Set up a backport for linuxmint qiana
353+
##### Set up a backport source for Linux Mint qiana
354354

355355
```puppet
356-
apt::backports { 'qiana':
356+
class { 'apt::backports':
357357
location => 'http://us.archive.ubuntu.com/ubuntu',
358358
release => 'trusty-backports',
359359
repos => 'main universe multiverse restricted',

manifests/backports.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @summary Manages backports.
22
#
3-
# @example Set up a backport for linuxmint qiana
4-
# apt::backports { 'qiana':
3+
# @example Set up a backport source for Linux Mint qiana
4+
# class { 'apt::backports':
55
# location => 'http://us.archive.ubuntu.com/ubuntu',
66
# release => 'trusty-backports',
77
# repos => 'main universe multiverse restricted',

0 commit comments

Comments
 (0)