Stop requiring openafs::client

We're gonna retire this repo in a bit, but for now opendev is
installing openafs client via ansible, which means we don't
need to also install it via puppet. That's fine - except when
the openafs fileserver class has a requirement on it. Whoops.

Change-Id: Iab4ba6702c231846349679e56084328a68509d93
This commit is contained in:
Monty Taylor 2020-06-05 11:49:09 -05:00
parent 37a8c7c59a
commit 3141abcb6e
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ class openafs::fileserver (
file { '/etc/openafs/server':
ensure => directory,
require => Class['Openafs::Client'],
}
file { '/etc/openafs/server/CellServDB':