fruit-bowl/environments/production/thirdparty/apt/examples/backports.pp

8 lines
226 B
ObjectPascal
Raw Normal View History

2025-04-01 17:40:03 +00:00
# Set up a backport for Linux Mint qiana
class { 'apt': }
class { 'apt::backports':
location => 'http://us.archive.ubuntu.com/ubuntu',
release => 'trusty-backports',
repos => 'main universe multiverse restricted',
}