Compare commits

...

2 Commits

Author SHA1 Message Date
88b38900fd Merge pull request 'feat: update terragrunt' (#7) from neoloc/usr-bin into master
All checks were successful
Deploy / build (push) Successful in 39s
Reviewed-on: https://git.query.consul/unkin/rpmbuilder/pulls/7
2024-12-01 13:31:23 +11:00
4198f5aafb feat: update terragrunt
All checks were successful
Build / build (pull_request) Successful in 54s
- fix maintainer
- add 'provides'
- move to /usr/bin
2024-12-01 13:29:48 +11:00
4 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
1
2

View File

@ -1 +1 @@
1
2

View File

@ -1 +1 @@
1
2

View File

@ -9,7 +9,7 @@ section: default
priority: extra
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
license: MIT
@ -18,10 +18,13 @@ disable_globbing: false
replaces:
- terragrunt
provides:
- terragrunt
# Files to include in the package
contents:
- src: /app/terragrunt
dst: /usr/local/bin/terragrunt
dst: /usr/bin/terragrunt
file_info:
mode: 0755
owner: root