You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
Copy file name to clipboardexpand all lines: manifests/plugins/dns/nsupdate.pp
+3-3
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@
29
29
warning"Use the last field in the generated key file /var/named/K${openshift_origin::domain}*.key"
30
30
fail 'bind_key is required.'
31
31
}
32
-
if!$::openshift_origin::bind_krb_principal== '' and $::openshift_origin::bind_krb_keytab == '' {
33
-
warning"Kerberos keytab for the DNS service was not found. Please generate a keytab for DNS/${::openshift_origin::nameserver_fqdn}"
32
+
if$::openshift_origin::bind_krb_principal!= '' and $::openshift_origin::bind_krb_keytab == '' {
33
+
warning"Kerberos keytab for the DNS service was not set. Please generate a keytab for DNS/${::openshift_origin::nameserver_fqdn} and provide a path for the keytab."
0 commit comments