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

@ -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',