Skip to content

Commit

Permalink
Merge pull request #94 from lorengordon/fix/yum-defs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored May 11, 2023
2 parents e8fc9e3 + e123622 commit 3493e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.1.1
current_version = 6.1.2
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion modules/defs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locals {
{
name = "salt-reposync-${platform}"
baseurl = "${repo.repo_endpoint}/${repo_path}/${version}"
gpgkey = "${repo.repo_endpoint}/${repo_path}/${version}/SALTSTACK-GPG-KEY.pub"
gpgkey = "${repo.repo_endpoint}/${repo_path}/${version}/${tonumber(substr(version, 0, 4)) >= 3006 ? "SALT-PROJECT-GPG-PUBKEY-2023.pub" : "SALTSTACK-GPG-KEY.pub"}"
}
)
}
Expand Down

0 comments on commit 3493e9b

Please sign in to comment.