Skip to content
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

Execute custom_install_command as very first #127

Closed
wants to merge 1 commit into from

Commits on Jun 22, 2016

  1. Execute custom_install_command as very first

    The company I work for at the moment does SSL inception on the VPN connection. This way the installation of the puppet agent fails. If I copy the self signed CA pem file into the VM at "/etc/pki/ca-trust/source/anchors/vpn-ca.pem" and run "update-ca-trust", the SSL connection is valid and the puppet agent installation is successful. However, at the moment it's not possible to specify multiple Kitchen provisioners (test-kitchen/test-kitchen#329). An alternative is to use the custom_install_command, but right now this command is executed AFTER the puppet agent installation step, so I can't use it unless it's executed earlier.
    
    Is this a correct solution or do you have an alternative?
    pietervogelaar committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    2bc40d4 View commit details
    Browse the repository at this point in the history