mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 10:55:00 +01:00
Update manifests/repo.pp
This commit is contained in:
parent
1f141fb368
commit
da958e47a8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class hashi_stack::repo (
|
||||||
) {
|
) {
|
||||||
$arch = $facts['os']['architecture'] ? {
|
$arch = $facts['os']['architecture'] ? {
|
||||||
'aarch64' => 'arm64', # 'aarch64' is official, but Hashicorp uses 'arm64'
|
'aarch64' => 'arm64', # 'aarch64' is official, but Hashicorp uses 'arm64'
|
||||||
default => $facts['os']['architecture']
|
default => $facts['os']['architecture'],
|
||||||
}
|
}
|
||||||
|
|
||||||
case $facts['os']['family'] {
|
case $facts['os']['family'] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue