Skip to content

Commit

Permalink
Remove Apache as Puppet server environment owner
Browse files Browse the repository at this point in the history
This was needed when Pulp 2 (which ran as Apache) deployed environments.
Now it no longer matters and it's up to the user, just like vanilla
Foreman.
  • Loading branch information
ekohl committed Aug 25, 2021
1 parent 925195c commit e99d6c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/foreman-proxy-content-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ foreman_proxy::plugin::remote_execution::ssh: false
foreman_proxy::plugin::shellhooks: false
puppet:
server: true
server_environments_owner: apache
server_foreman_ssl_ca: /etc/pki/katello/puppet/puppet_client_ca.crt
server_foreman_ssl_cert: /etc/pki/katello/puppet/puppet_client.crt
server_foreman_ssl_key: /etc/pki/katello/puppet/puppet_client.key
Expand Down
1 change: 0 additions & 1 deletion config/katello-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ foreman_proxy_content: {}
katello: {}
puppet:
server: true
server_environments_owner: apache
server_foreman_ssl_ca: /etc/pki/katello/puppet/puppet_client_ca.crt
server_foreman_ssl_cert: /etc/pki/katello/puppet/puppet_client.crt
server_foreman_ssl_key: /etc/pki/katello/puppet/puppet_client.key
Expand Down

0 comments on commit e99d6c4

Please sign in to comment.