Fix name of kerb module
diff --git a/apache/map.jinja b/apache/map.jinja
index da76487..8977727 100644
--- a/apache/map.jinja
+++ b/apache/map.jinja
@@ -7,7 +7,7 @@
         'mod_php': 'libapache2-mod-php5',
 	'mod_perl': 'libapache2-mod-perl2',
 	'mod_xsendfile': 'libapache2-mod-xsendfile',
-	'mod_kerb': 'libapache2-mod-auth-kerb',
+	'mod_auth_kerb': 'libapache2-mod-auth-kerb',
         'htpasswd_dir': '/etc/apache2',
         'vhost_dir': '/etc/apache2/sites-available',
         'conf_dir': '/etc/apache2/conf.d',
diff --git a/apache/server/service.sls b/apache/server/service.sls
index c977064..25b51ef 100644
--- a/apache/server/service.sls
+++ b/apache/server/service.sls
@@ -61,9 +61,9 @@
 
 {%- if module == 'kerb' %}
 
-apache_kerb_package:
+apache_auth_kerb_package:
   pkg.installed:
-  - name: {{ server.mod_kerb }}
+  - name: {{ server.mod_auth_kerb }}
   - require:
     - pkg: apache_packages