]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/blob - tests/pin.pp
If architecture is provided, an invalid source line is generated (no space between...
[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 }