diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-24 14:17:20 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-24 14:17:20 +0100 |
commit | bf4d4f355615bac7160f86a149f2f0ff146ccdfa (patch) | |
tree | 02fc913793d4a1202b72ef0b2e3db33d4a5d3763 | |
parent | c311dea6eb48e9764a787eda315e4d9109e6c255 (diff) | |
download | puppet.OvG-bf4d4f355615bac7160f86a149f2f0ff146ccdfa.tar.gz puppet.OvG-bf4d4f355615bac7160f86a149f2f0ff146ccdfa.tar.bz2 puppet.OvG-bf4d4f355615bac7160f86a149f2f0ff146ccdfa.zip |
code/environments/production/modules/krb5hostkeytab/files: Point to /var/lib/debian-edu/host-keytabs/ now.
l--------- | code/environments/production/modules/krb5hostkeytab/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/environments/production/modules/krb5hostkeytab/files b/code/environments/production/modules/krb5hostkeytab/files index 113940b..a40ee38 120000 --- a/code/environments/production/modules/krb5hostkeytab/files +++ b/code/environments/production/modules/krb5hostkeytab/files @@ -1 +1 @@ -/etc/debian-edu/host-keytabs
\ No newline at end of file +/var/lib/debian-edu/host-keytabs
\ No newline at end of file |