Fix lsbdistcodename typo
This was introduced with Iec5921769db7cab15b66f0d82c1705c799dd6ae8, it's supposed to be "lsb" not "lib" Change-Id: I113d0c0eaab291e82a4719d310e4e0b6489dc9dc
This commit is contained in:
parent
2b20dd001c
commit
13a3a763e9
@ -98,7 +98,7 @@ class openafs::client (
|
|||||||
$openafs_path = '/etc/openafs'
|
$openafs_path = '/etc/openafs'
|
||||||
|
|
||||||
if ($::architecture == 'aarch64') {
|
if ($::architecture == 'aarch64') {
|
||||||
if ($::libdistcodename != 'xenial') {
|
if ($::lsbdistcodename != 'xenial') {
|
||||||
fail('arm64 only supported on Xenial at this time')
|
fail('arm64 only supported on Xenial at this time')
|
||||||
}
|
}
|
||||||
# Note arm64 == aarch64 ...
|
# Note arm64 == aarch64 ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user