Skip to content
Snippets Groups Projects

Devel

Merged Magnus Svensson requested to merge devel into test
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -12,8 +12,10 @@ class aes::auth(
@@ -12,8 +12,10 @@ class aes::auth(
# $environment since the keys are tied to the domain name rather than what
# $environment since the keys are tied to the domain name rather than what
# environment the machine is configured in.
# environment the machine is configured in.
if $facts[fqdn] == 'aes.edu.liu.se' {
if $facts[fqdn] == 'aes.edu.liu.se' {
 
# The AD service account for this key is: ida_sys002_srv
$auth_keytab_data = $keytab_production
$auth_keytab_data = $keytab_production
} elsif $facts[fqdn] == 'aes-devel.edu.liu.se' {
} elsif $facts[fqdn] == 'aes-devel.edu.liu.se' {
 
# The AD service account for this key is: ida_sys001_srv
$auth_keytab_data = $keytab_devel
$auth_keytab_data = $keytab_devel
} else {
} else {
$auth_keytab_data = undef
$auth_keytab_data = undef
Loading