fruit-bowl/environments/production/thirdparty/apt/examples/pin.pp
2025-04-01 17:49:26 +00:00

5 lines
113 B
Puppet

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