diff --git a/website/content/plugins/drivers/exec2.mdx b/website/content/plugins/drivers/exec2.mdx index 41780b6636a..db5970fe46d 100644 --- a/website/content/plugins/drivers/exec2.mdx +++ b/website/content/plugins/drivers/exec2.mdx @@ -43,10 +43,10 @@ Add the HashiCorp [GPG key][gpg-key]. $ wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg ``` -Add the official HashiCorp Linux repository. +Add the official HashiCorp Linux test repository. ```shell-session -$ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list +$ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) test" | sudo tee /etc/apt/sources.list.d/hashicorp.list ``` Update and install. @@ -70,6 +70,8 @@ Use `yum-config-manager` to add the official HashiCorp Linux repository. $ sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo ``` +Edit the repo file at `/etc/yum.repos.d/hashicorp.repo` and set `enabled=1` for `[hashicorp-test]`. + Install. ```shell-session