blob: abff68388d294c730caa41b702c997668ff777c7 (
plain)
1
2
3
4
5
6
7
8
9
|
class site_apt::preferences::twisted {
apt::preferences_snippet { 'python-twisted':
package => 'python-twisted*',
release => "${::lsbdistcodename}-backports",
priority => 999;
}
}
|