Set sip connector to 'installed'
avoids error on unable to find version
This commit is contained in:
parent
29bb7182cb
commit
f3f9844b3c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class rhizo_base::openbsc {
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'osmo-sip-connector' ]:
|
package { [ 'osmo-sip-connector' ]:
|
||||||
ensure => '1.3.0',
|
ensure => 'installed',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => [ Exec['hlr_pragma_wal'],
|
notify => [ Exec['hlr_pragma_wal'],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue