File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
profile/manifests/openvox Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ common::openvox::package_name: "openvox"
33common::openvox::version : " 8.24.1"
44common::openvox::linuxaid_cli::install_method : archive
55common::openvox::linuxaid_cli::checksums :
6- 1.0.4 : " f14848431b241ee84a14c9d35ef03b65740f3a20c7d3e3917ac284c799cfa709"
76 1.1.0 : " b921adfa9c93592d464168f3990a6d906bb8c099af21e4831c8cff71f81f5b10"
7+ 1.2.0 : " d0478e011fb94e31aebaa1e42b6ef601f65e4de29c8b98d30b6f3e20ff1e722f"
88
99common::monitor::prometheus::install_method : " url"
1010common::monitor::prometheus::env_file_path : " /etc/default"
Original file line number Diff line number Diff line change @@ -328,10 +328,10 @@ common::openvox::configure_agent: true
328328# Update other architecture checksums in their respective heira config file.
329329# https://github.com/Obmondo/LinuxAid/blob/master/modules/enableit/common/data/architectures/armv7l.yaml
330330common::openvox::linuxaid_cli::install_method : package
331- common::openvox::linuxaid_cli::version : 1.1 .0
331+ common::openvox::linuxaid_cli::version : 1.2 .0
332332common::openvox::linuxaid_cli::checksums :
333- 1.0.4 : " 7f8f68550107ec8a509f50fa8a127dfb230720a81f6ace4e58aef528e33cb708"
334333 1.1.0 : " db627eec043542d991eacd447fcdb44986ea58d7b8c9986ca6d540083d136233"
334+ 1.2.0 : " 53d285fb6a8fca93609fe0ce71fc31ea0158aafefb3e7890b82b09a6d18134e4"
335335
336336# KeepAlived
337337common::keepalived::global_defs :
Original file line number Diff line number Diff line change 2424 case $_install_method {
2525 ' package' : {
2626 $_linuxaid_cli_package_version = $_os_family ? {
27- ' Debian' => " v${ _version} " ,
28- ' RedHat' => " v ${_version}-1" ,
29- ' Suse' => " v ${_version}-1" ,
27+ ' Debian' => $ _version,
28+ ' RedHat' => " ${_version}-1" ,
29+ ' Suse' => " ${_version}-1" ,
3030 default => fail(" Unsupported OS family: ${_os_family}. Try installing linuxaid-cli via archive install method" ),
3131 }
3232 package { 'linuxaid-cli' :
You can’t perform that action at this time.
0 commit comments