Merge pull request #202 from tsuharesu/bug/exec_apt_ppa_as_root
[puppet-modules/puppetlabs-apt.git] / tests / pin.pp
1 # pin a release in apt, useful for unstable repositories
2 apt::pin { 'foo':
3   packages => '*',
4   priority => 0,
5 }