diff --git a/manifests/client.pp b/manifests/client.pp index 4d6301a..198228e 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -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