Fix typo in package name
This commit is contained in:
parent
ddf8125dbe
commit
76d9f49fac
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue