Add pinning config for stretch

This commit is contained in:
Keith Whyte 2020-09-09 13:43:13 +02:00
parent f900041f67
commit 6606f68db3
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,19 @@
Package: freeswitch*
Pin: version 1.10.3*
Pin-Priority: 510
Package: postgresql-*-9.6
Pin: version 9.6.18*
Pin-Priority: 510
Package: postgresql-*-common
Pin: version 215*
Pin-Priority: 510
Package: swig
Pin: version 3*
Pin-Priority: 510
Package: libsofia-sip*
Pin: release a=oldstable
Pin-Priority: 510

View file

@ -30,6 +30,11 @@ class rhizo_base::apt::common {
content => 'APT::Get::AllowUnauthenticated "true";',
}
file { '/etc/apt/preferences.d/pinning.pref':
ensure => present,
source => "puppet:///modules/rhizo_base/$lsbdistcodename-pinning.pref",
}
apt::source { 'rhizomatica':
location => 'http://dev.rhizomatica.org/ubuntu/',
release => 'precise',