From 37a8c7c59a9a2bdcfa03d02a15890c6f7d3b069e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 5 Jun 2020 13:00:49 -0500 Subject: [PATCH] Fix puppet lint The puppet people changed their minds. Change-Id: Id063d98638979147001373dba3aece210ff6a263 --- manifests/client.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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