fuel-library/deployment/puppet/apt/tests/pin.pp

6 lines
113 B
Puppet

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