From 12c6877b932c5b1f066168de2758fb8ad2f5ac0d Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 21 Mar 2022 16:18:38 +0100 Subject: [PATCH] Drop redundant initial defaults These defaults are the same as what Foreman generates, so there is no need to specify these. It should be noted that puppet-foreman has no default, but the Foreman seeds generate this default. That means anything that reads these values can no longer determine these. --- config/katello-answers.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/katello-answers.yaml b/config/katello-answers.yaml index 2d6624d8..f1f62c7b 100644 --- a/config/katello-answers.yaml +++ b/config/katello-answers.yaml @@ -15,8 +15,6 @@ foreman: client_ssl_ca: /etc/foreman/proxy_ca.pem client_ssl_cert: /etc/foreman/client_cert.pem client_ssl_key: /etc/foreman/client_key.pem - initial_location: Default Location - initial_organization: Default Organization server_ssl_ca: /etc/pki/katello/certs/katello-default-ca.crt server_ssl_cert: /etc/pki/katello/certs/katello-apache.crt server_ssl_chain: /etc/pki/katello/certs/katello-server-ca.crt