Skip to content

Commit

Permalink
Merge pull request #54 from lorengordon/bye-list
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Jul 13, 2021
2 parents 49e38c0 + 6354dcc commit 472b638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = 5.0.1
current_version = 5.0.2
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
8 changes: 4 additions & 4 deletions modules/repo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ locals {

rclone_python2 = concat(
local.rclone_base,
list(
[
"salt:s3/yum", # rclone source
"s3:${var.bucket_name}/%s" # rclone target, %s is repo.repo_prefix_python2
)
]
)

rclone_python3 = concat(
local.rclone_base,
list(
[
"salt:s3/py3", # rclone source
"s3:${var.bucket_name}/%s" # rclone target, %s is repo.repo_prefix_python3
)
]
)
}

Expand Down

0 comments on commit 472b638

Please sign in to comment.