Created
March 24, 2016 15:47
-
-
Save johnpmitsch/3bf490e781156cc9c84a to your computer and use it in GitHub Desktop.
capsule install problem on Satelllite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add after https://github.com/Katello/puppet-capsule/blob/master/manifests/init.pp#L194 | |
in /usr/share/katello-installer-base/modules/capsule/manifests/init.pp on capsule system | |
https_cert => $certs::apache::apache_cert, | |
https_key => $certs::apache::apache_key, | |
ca_cert => $certs::ca_cert, | |
and run or re-run foreman-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment