From 13a3a763e97995c7da9eced05d58fb74ea17b446 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 19 Feb 2018 10:22:26 +1100 Subject: [PATCH] Fix lsbdistcodename typo This was introduced with Iec5921769db7cab15b66f0d82c1705c799dd6ae8, it's supposed to be "lsb" not "lib" Change-Id: I113d0c0eaab291e82a4719d310e4e0b6489dc9dc --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/client.pp b/manifests/client.pp index c3ca0d1..4d6301a 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -98,7 +98,7 @@ class openafs::client ( $openafs_path = '/etc/openafs' if ($::architecture == 'aarch64') { - if ($::libdistcodename != 'xenial') { + if ($::lsbdistcodename != 'xenial') { fail('arm64 only supported on Xenial at this time') } # Note arm64 == aarch64 ...