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:
parent
37a8c7c59a
commit
3141abcb6e
@ -7,7 +7,6 @@ class openafs::fileserver (
|
||||
|
||||
file { '/etc/openafs/server':
|
||||
ensure => directory,
|
||||
require => Class['Openafs::Client'],
|
||||
}
|
||||
|
||||
file { '/etc/openafs/server/CellServDB':
|
||||
|
Loading…
x
Reference in New Issue
Block a user