Commiting various minor changes

This commit is contained in:
Keith Whyte 2023-01-04 01:46:40 +01:00
parent 1cd5263e40
commit e37d5cb55f
4 changed files with 7 additions and 6 deletions

View file

@ -95,7 +95,7 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
release => './',
repos => '',
key => {
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
'id' => '6B2A9F3792D15EB70D4E6A8F86A730B653725973',
'source' => 'https://downloads.osmocom.org/packages/osmocom:/latest/Debian_10/Release.key'
},
notify => Exec['apt_update'],
@ -157,7 +157,8 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
file { [ '/etc/apt/sources.list.d/osmocom-latest.list',
'/etc/apt/sources.list.d/osmocom-nightly.list',
'/etc/apt/sources.list.d/osmocom.list' ]:
'/etc/apt/sources.list.d/osmocom.list',
'/etc/apt/sources.list.d/apt.postgresql.org.list' ]:
ensure => absent,
}
}