Add rhizo stretch repo
This commit is contained in:
parent
0c82e95ad0
commit
1ad6cac8bb
1 changed files with 10 additions and 0 deletions
|
@ -142,6 +142,16 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
|||
}
|
||||
}
|
||||
|
||||
apt::source { 'rhizo-stretch':
|
||||
location => 'http://repo.rhizomatica.org/debian/',
|
||||
release => 'stretch',
|
||||
repos => 'main',
|
||||
key => {
|
||||
'id' => '857FD282A0CD2282207556C67DF075856A6A0AD5',
|
||||
'source' => 'http://repo.rhizomatica.org/debian/repo.key'
|
||||
}
|
||||
}
|
||||
|
||||
file { [ '/etc/apt/sources.list.d/osmocom-latest.list',
|
||||
'/etc/apt/sources.list.d/osmocom-nightly.list',
|
||||
'/etc/apt/sources.list.d/osmocom.list' ]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue