Add pinning config for stretch
This commit is contained in:
parent
f900041f67
commit
6606f68db3
2 changed files with 24 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue