File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -350,10 +350,10 @@ Manages backports.
350
350
351
351
#### Examples
352
352
353
- ##### Set up a backport for linuxmint qiana
353
+ ##### Set up a backport source for Linux Mint qiana
354
354
355
355
``` puppet
356
- apt::backports { 'qiana ':
356
+ class { 'apt::backports ':
357
357
location => 'http://us.archive.ubuntu.com/ubuntu',
358
358
release => 'trusty-backports',
359
359
repos => 'main universe multiverse restricted',
Original file line number Diff line number Diff line change 1
1
# @summary Manages backports.
2
2
#
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 ':
5
5
# location => 'http://us.archive.ubuntu.com/ubuntu',
6
6
# release => 'trusty-backports',
7
7
# repos => 'main universe multiverse restricted',
You can’t perform that action at this time.
0 commit comments