mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-23 12:18:04 +00:00
6 lines
113 B
Puppet
6 lines
113 B
Puppet
# pin a release in apt, useful for unstable repositories
|
|
apt::pin { 'foo':
|
|
packages => '*',
|
|
priority => 0,
|
|
}
|