(maint) Fix resource ordering when apt-transport-https is needed (#1015)
[puppet-modules/puppetlabs-apt.git] / examples / pin.pp
1 # pin a release in apt, useful for unstable repositories
2 apt::pin { 'foo':
3   packages => '*',
4   priority => 0,
5 }