Add pinning config for stretch
This commit is contained in:
parent
f900041f67
commit
6606f68db3
2 changed files with 24 additions and 0 deletions
19
modules/rhizo_base/files/stretch-pinning.pref
Normal file
19
modules/rhizo_base/files/stretch-pinning.pref
Normal 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
|
|
@ -30,6 +30,11 @@ class rhizo_base::apt::common {
|
||||||
content => 'APT::Get::AllowUnauthenticated "true";',
|
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':
|
apt::source { 'rhizomatica':
|
||||||
location => 'http://dev.rhizomatica.org/ubuntu/',
|
location => 'http://dev.rhizomatica.org/ubuntu/',
|
||||||
release => 'precise',
|
release => 'precise',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue