Add a rhizomatica deb package repo for buster
This commit is contained in:
parent
fb81bbdd55
commit
cef7d9fe5d
1 changed files with 10 additions and 0 deletions
|
@ -95,6 +95,16 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
||||||
repos => '',
|
repos => '',
|
||||||
notify => Exec['apt_update'],
|
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 {
|
class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue