From: Peter Palfrader Date: Wed, 15 Sep 2010 10:45:03 +0000 (+0200) Subject: Also install openafs-krb5 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=67942b6a4b4d4b1cc32cef1bd3a33c331331849f;p=mirror%2Fdsa-puppet.git Also install openafs-krb5 --- diff --git a/modules/afs/manifests/init.pp b/modules/afs/manifests/init.pp index 1a631f6b5..e879d5c96 100644 --- a/modules/afs/manifests/init.pp +++ b/modules/afs/manifests/init.pp @@ -6,6 +6,9 @@ class afs { '/etc/openafs/ThisCell', '/etc/openafs/afs.conf.client'], ; + "openafs-krb5": + ensure => installed, + ; } file { "/etc/openafs":