From 76d9f49fac1f1dd923995cf53735f95ba5c6ebee Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Sat, 7 Jan 2023 02:51:20 +0100 Subject: [PATCH] Fix typo in package name --- modules/rhizo_base/manifests/osmocom.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizo_base/manifests/osmocom.pp b/modules/rhizo_base/manifests/osmocom.pp index 8b3d2f7..6900e37 100644 --- a/modules/rhizo_base/manifests/osmocom.pp +++ b/modules/rhizo_base/manifests/osmocom.pp @@ -32,7 +32,7 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common { ensure => '1.6.1rhizo1b', require => Class['rhizo_base::apt'], } - package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-tools', + package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-utils', 'libosmo-gsup-client0' ]: ensure => '1.5.0+rhizo4b', require => Class['rhizo_base::apt'], @@ -60,7 +60,7 @@ class rhizo_base::osmocom::stretch inherits rhizo_base::osmocom::common { package { [ 'osmo-bsc-meas-utils' ]: ensure => 'installed', } - package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-tools', + package { [ 'osmo-hlr', 'libosmo-mslookup0', 'osmo-mslookup-utils', 'libosmo-gsup-client0' ]: ensure => '1.5.0+rhizo4s', require => Class['rhizo_base::apt'],