Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Update 160120212700-foreman-proxy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
peppos committed Dec 4, 2017
1 parent e138b89 commit a0d1902
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ def mod(manifest, params)
answers['foreman_proxy'] = {
'custom_repo' => true,
'http' => true,
'ssl_port' => '9090',
'ssl_port' => '9093',
'templates' => true,
'ssl_ca' => '/etc/foreman-proxy/ssl_ca.pem',
'ssl_cert' => '/etc/foreman-proxy/ssl_cert.pem',
Expand Down

2 comments on commit a0d1902

@peppos
Copy link
Author

@peppos peppos commented on a0d1902 Dec 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the default port to 9093 for cockpit conflict

@peppos
Copy link
Author

@peppos peppos commented on a0d1902 Dec 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #21859 - Change the default port to 9093 for cockpit conflict

Please sign in to comment.