I don't really think this needs any further explanation.

Change-Id: I41378bd320c6c6fad2c981d5cc773486af075c41
This commit is contained in:
Monty Taylor 2014-10-18 16:22:52 -07:00
parent c9aa52cb41
commit 5cb1be47f2
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ class kerberos::client (
$admin_server,
) {
include ntp
package { 'krb5-user':
ensure => present,
require => File['/etc/krb5.conf'],

View File

@ -7,7 +7,6 @@ class kerberos::server (
) {
include haveged
include ntp
class { 'kerberos::client':
realm => $realm,