-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy install failing #149
Comments
This only happens on initial install. |
Thinking about it more, I wonder if its that the tar extract is not happening in the correct order with the addition of the https://github.com/Katello/puppet-foreman_proxy_content/blob/master/manifests/init.pp#L244 |
@ehelms : Resource containment might be an issue. This might fix the problem, however I do want to write an integration test for this to verify and that we don't break that by accident again. init.pp contain ::certs::install
contain ::certs::config
contain ::certs::ca
Class['::certs::install'] ->
Class['::certs::config'] ->
Class['::certs::ca'] } |
Fixed by #150 |
@klass @timogoebel
I am seeing the following on a proxy install and wondered if any of your refactoring could lead to this (or point me in the right direction to fix it):
The text was updated successfully, but these errors were encountered: