Skip to content

Commit 08a3c93

Browse files
committed
Merge pull request 'chore: update linuxaid-cli release version v1.2.0 with checksum' (#1439) from chore/update-linuxaid-cli-release-version-v1.2.0-with-checksum into master
Reviewed-on: https://gitea.obmondo.com/EnableIT/LinuxAid/pulls/1439
2 parents 00217f3 + dfc1d11 commit 08a3c93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/enableit/common/data/architectures/armv7l.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ common::openvox::package_name: "openvox"
33
common::openvox::version: "8.24.1"
44
common::openvox::linuxaid_cli::install_method: archive
55
common::openvox::linuxaid_cli::checksums:
6-
1.0.4: "f14848431b241ee84a14c9d35ef03b65740f3a20c7d3e3917ac284c799cfa709"
76
1.1.0: "b921adfa9c93592d464168f3990a6d906bb8c099af21e4831c8cff71f81f5b10"
7+
1.2.0: "d0478e011fb94e31aebaa1e42b6ef601f65e4de29c8b98d30b6f3e20ff1e722f"
88

99
common::monitor::prometheus::install_method: "url"
1010
common::monitor::prometheus::env_file_path: "/etc/default"

modules/enableit/common/data/common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
330330
common::openvox::linuxaid_cli::install_method: package
331-
common::openvox::linuxaid_cli::version: 1.1.0
331+
common::openvox::linuxaid_cli::version: 1.2.0
332332
common::openvox::linuxaid_cli::checksums:
333-
1.0.4: "7f8f68550107ec8a509f50fa8a127dfb230720a81f6ace4e58aef528e33cb708"
334333
1.1.0: "db627eec043542d991eacd447fcdb44986ea58d7b8c9986ca6d540083d136233"
334+
1.2.0: "53d285fb6a8fca93609fe0ce71fc31ea0158aafefb3e7890b82b09a6d18134e4"
335335

336336
# KeepAlived
337337
common::keepalived::global_defs:

modules/enableit/profile/manifests/openvox/linuxaid_cli.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
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':

0 commit comments

Comments
 (0)