Add rhizo stretch repo

This commit is contained in:
Monocots 2022-10-25 15:26:16 +00:00
parent 0c82e95ad0
commit 1ad6cac8bb

View file

@ -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' ]: