puppet/modules/apt/tests/pin.pp
2014-07-11 13:30:23 -05:00

5 lines
113 B
Puppet

# pin a release in apt, useful for unstable repositories
apt::pin { 'foo':
packages => '*',
priority => 0,
}