fuel-library/deployment/puppet/apt/tests/pin.pp
Eugene Kirpichov 70bba431a8 Initial commit
2012-09-07 17:38:58 -07:00

6 lines
113 B
Puppet

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