5 lignes
113 o
Puppet
5 lignes
113 o
Puppet
# pin a release in apt, useful for unstable repositories
|
|
apt::pin { 'foo':
|
|
packages => '*',
|
|
priority => 0,
|
|
}
|