Update to pdk-templates and puppet-module-gems 1.0.0
[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 }