Merge pull request 'feat: update terragrunt' (#7) from neoloc/usr-bin into master
All checks were successful
Deploy / build (push) Successful in 39s
All checks were successful
Deploy / build (push) Successful in 39s
Reviewed-on: https://git.query.consul/unkin/rpmbuilder/pulls/7
This commit is contained in:
commit
88b38900fd
@ -1 +1 @@
|
|||||||
1
|
2
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1
|
2
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1
|
2
|
||||||
|
|||||||
@ -9,7 +9,7 @@ section: default
|
|||||||
priority: extra
|
priority: extra
|
||||||
description: "Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale."
|
description: "Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale."
|
||||||
|
|
||||||
maintainer: Ben Vincent <ben@unkin.net>
|
maintainer: Gruntwork
|
||||||
homepage: https://github.com/gruntwork-io/terragrunt
|
homepage: https://github.com/gruntwork-io/terragrunt
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
@ -18,10 +18,13 @@ disable_globbing: false
|
|||||||
replaces:
|
replaces:
|
||||||
- terragrunt
|
- terragrunt
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- terragrunt
|
||||||
|
|
||||||
# Files to include in the package
|
# Files to include in the package
|
||||||
contents:
|
contents:
|
||||||
- src: /app/terragrunt
|
- src: /app/terragrunt
|
||||||
dst: /usr/local/bin/terragrunt
|
dst: /usr/bin/terragrunt
|
||||||
file_info:
|
file_info:
|
||||||
mode: 0755
|
mode: 0755
|
||||||
owner: root
|
owner: root
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user