From f3f9844b3c21db051739e62221d7eb9532c6e17a Mon Sep 17 00:00:00 2001 From: Monocots Date: Tue, 19 May 2020 23:12:56 +0000 Subject: [PATCH] Set sip connector to 'installed' avoids error on unable to find version --- modules/rhizo_base/manifests/openbsc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/openbsc.pp b/modules/rhizo_base/manifests/openbsc.pp index baf17bf..f1a76db 100644 --- a/modules/rhizo_base/manifests/openbsc.pp +++ b/modules/rhizo_base/manifests/openbsc.pp @@ -55,7 +55,7 @@ class rhizo_base::openbsc { } package { [ 'osmo-sip-connector' ]: - ensure => '1.3.0', + ensure => 'installed', require => Class['rhizo_base::apt'], notify => [ Exec['hlr_pragma_wal'], ],