6a9024c2343ac0659d22d55b80740b5cfa787889
[puppet-modules/puppetlabs-apt.git] / pin.pp
1 # pin a release in apt, useful for unstable repositories
2 apt::pin { 'foo':
3   packages => '*',
4   priority => 0,
5 }