From 7c971062aca6253c70fefffff03a7ab8b15aba1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <filip.stromback@liu.se>
Date: Tue, 8 Dec 2020 13:09:07 +0100
Subject: [PATCH] Added AD service accounts for keys as a comment for future
 reference.

---
 manifests/auth.pp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/manifests/auth.pp b/manifests/auth.pp
index 31558d1..d46c74d 100644
--- a/manifests/auth.pp
+++ b/manifests/auth.pp
@@ -12,8 +12,10 @@ class aes::auth(
   # $environment since the keys are tied to the domain name rather than what 
   # environment the machine is configured in.
   if $facts[fqdn] == 'aes.edu.liu.se' {
+    # The AD service account for this key is: ida_sys002_srv
     $auth_keytab_data = $keytab_production
   } elsif $facts[fqdn] == 'aes-devel.edu.liu.se' {
+    # The AD service account for this key is: ida_sys001_srv
     $auth_keytab_data = $keytab_devel
   } else {
     $auth_keytab_data = undef
-- 
GitLab