From 22a6f38ae49b0531d36dbe4d69c451b2e356677d Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Thu, 30 Mar 2023 05:59:10 +0200 Subject: [PATCH] Change base osmo packages from latest to installed this is pending update to new latest, these packages are not available anymore on the osmocom feed. --- modules/rhizo_base/manifests/osmocom.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/osmocom.pp b/modules/rhizo_base/manifests/osmocom.pp index 2235f39..26d6377 100644 --- a/modules/rhizo_base/manifests/osmocom.pp +++ b/modules/rhizo_base/manifests/osmocom.pp @@ -115,7 +115,7 @@ class rhizo_base::osmocom::common { 'libosmo-mgcp-client9', 'libosmoabis10', 'libosmonetif8', 'libosmotrau2', 'osmo-stp', 'libgtp6', 'osmo-mgw' ]: - ensure => 'latest', + ensure => 'installed', require => Class['rhizo_base::apt'] }