Fix puppet lint
The puppet people changed their minds. Change-Id: Id063d98638979147001373dba3aece210ff6a263
This commit is contained in:
parent
3b4ec70584
commit
37a8c7c59a
@ -8,8 +8,8 @@ class openafs::client (
|
||||
$kdcs = [$::fqdn],
|
||||
) {
|
||||
|
||||
include ::ntp
|
||||
class { '::kerberos::client':
|
||||
include ntp
|
||||
class { 'kerberos::client':
|
||||
realm => $realm,
|
||||
kdcs => $kdcs,
|
||||
admin_server => $admin_server,
|
||||
@ -106,7 +106,7 @@ class openafs::client (
|
||||
# ARM64 wasn't supported in openafs until
|
||||
# https://gerrit.openafs.org/11940
|
||||
# This custom PPA has 1.8.x packages with these patches
|
||||
include ::apt
|
||||
include apt
|
||||
apt::ppa { 'ppa:openstack-ci-core/openafs-arm64': }
|
||||
|
||||
# We use the HWE kernel for aarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user