Don't have the server install the client

This prohibits the client being installed some other way.  If we
want to install afs on a kerberos server, it will want to include
the client.  If we don't want to install afs but we do want to
install kerb clients, we will need to add kerberos::client to the
kdc definition.

Change-Id: I6f2a370b521da08184e388ae0f4ceff363af5c0b
This commit is contained in:
James E. Blair 2016-04-14 09:13:30 -07:00
parent 767b4f925c
commit 55eee25951
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ class kerberos::server (
include ::haveged
class { '::kerberos::client':
realm => $realm,
kdcs => $kdcs,
admin_server => $admin_server,
}
$packages = [
'krb5-admin-server',
'krb5-kdc',