Add a rhizomatica deb package repo for buster

This commit is contained in:
Keith Whyte 2020-08-26 17:26:48 +02:00
parent fb81bbdd55
commit cef7d9fe5d

View file

@ -95,6 +95,16 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
repos => '',
notify => Exec['apt_update'],
}
apt::source { 'rhizo-buster':
location => 'http://repo.rhizomatica.org/debian/',
release => 'buster',
repos => 'main',
key => {
'id' => '857FD282A0CD2282207556C67DF075856A6A0AD5',
'source' => 'http://repo.rhizomatica.org/debian/repo.key'
}
}
}
class rhizo_base::apt::stretch inherits rhizo_base::apt::common {