From a1e1fe1d5191f0beb579a62e99935951f8920071 Mon Sep 17 00:00:00 2001 From: Enis Inan Date: Mon, 12 Feb 2018 00:41:13 -0800 Subject: [PATCH] (PE-23558) Add RHEL 7 AARCH64 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 158f69fa2..753d3a127 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -68,7 +68,7 @@ $msi_move_locked_files = false, ) inherits ::puppet_agent::params { - validate_re($arch, ['^x86$','^x64$','^i386$','^i86pc$','^amd64$','^x86_64$','^power$','^sun4[uv]$', '^ppc64le$', 'PowerPC_POWER']) + validate_re($arch, ['^x86$','^x64$','^i386$','^i86pc$','^amd64$','^x86_64$','^power$','^sun4[uv]$', '^ppc64le$', '^aarch64$', 'PowerPC_POWER']) if $::osfamily == 'windows' and $install_dir != undef { validate_absolute_path($install_dir)