From 0b42c78ea15c7ba86c9c4c2ca655cb53d497e00b Mon Sep 17 00:00:00 2001 From: Ian <101607944+iangrunt@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:57:40 -0400 Subject: [PATCH 1/3] Update bootstrap-gruntwork-installer.sh --- bootstrap-gruntwork-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-gruntwork-installer.sh b/bootstrap-gruntwork-installer.sh index 83dfb64..6233058 100755 --- a/bootstrap-gruntwork-installer.sh +++ b/bootstrap-gruntwork-installer.sh @@ -11,7 +11,7 @@ # # So instead, we recommend that clients use this tiny bootstrap script as a one-liner: # -# curl -LsS https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.3 +# curl -LsS https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version v0.0.38 # # You can copy this one-liner into your Packer and Docker templates and immediately after, start using the # gruntwork-install command. From 73a4795ec30ff7b78fa86d842628f06fe6c34f62 Mon Sep 17 00:00:00 2001 From: Ian <101607944+iangrunt@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:01:45 -0400 Subject: [PATCH 2/3] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6b100e4..4fc4c4b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,7 +12,7 @@ Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Grunt - [ ] Update the docs. - [ ] Run the relevant tests successfully, including pre-commit checks. -- [ ] Ensure any 3rd party code adheres with our [license policy](https://www.notion.so/gruntwork/Gruntwork-licenses-and-open-source-usage-policy-f7dece1f780341c7b69c1763f22b1378) or delete this line if its not applicable. +- [ ] Ensure any 3rd party code adheres with our [license policy](https://www.notion.so/gruntwork/Gruntwork-licenses-and-open-source-usage-policy-f7dece1f780341c7b69c1763f22b1378) or delete this line if it's not applicable. - [ ] Include release notes. If this PR is backward incompatible, include a migration guide. ## Release Notes (draft) From 771ef91f88317d5da7ebd8fa9157c871532e6da0 Mon Sep 17 00:00:00 2001 From: Ian <101607944+iangrunt@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:04:30 -0400 Subject: [PATCH 3/3] take in change from #72 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f430d80..ba138b0 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ repo](https://github.com/gruntwork-io/terraform-aws-security), passing two custo ``` -gruntwork-install --module-name 'fail2ban' --repo 'terraform-aws-security' -module-param 'ban-time=3600' +gruntwork-install --module-name 'fail2ban' --repo 'terraform-aws-security' --module-param 'ban-time=3600' ``` ##### Example 3: Download and Install a Binary Module