Fix lsbdistcodename typo

This was introduced with Iec5921769db7cab15b66f0d82c1705c799dd6ae8,
it's supposed to be "lsb" not "lib"

Change-Id: I113d0c0eaab291e82a4719d310e4e0b6489dc9dc
This commit is contained in:
Ian Wienand 2018-02-19 10:22:26 +11:00
parent 2b20dd001c
commit 13a3a763e9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ...