Osmocom: Install osmocom-{nightly|latest} meta package

This commit is contained in:
Keith Whyte 2020-11-13 07:19:46 +01:00
parent 4983d3e325
commit b1f575ab06

View file

@ -38,6 +38,10 @@ class rhizo_base::osmocom {
default => '1.6.1',
}
package { [ "osmocom-$repo" ]:
ensure => 'installed'
}
package { [ 'osmo-bsc' ]:
ensure => $bsc_version,
require => Class['rhizo_base::apt'],