We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Debian based systems serverspec verifier should not rely on other parts of the kitchen workflow to update packages.
Therefore this plugin to operate correctly in all Kitchen/Debian environment MUST do apt-get -y update before it tries to install ruby package.
apt-get -y update
ruby
The text was updated successfully, but these errors were encountered:
I made PR in #34
Sorry, something went wrong.
Bump
Merge pull request #34 from Lirt/fix/update-apt/#33
af902de
Update apt repositories before installing ruby package.
Thank you
No branches or pull requests
In Debian based systems serverspec verifier should not rely on other parts of the kitchen workflow to update packages.
Therefore this plugin to operate correctly in all Kitchen/Debian environment MUST do
apt-get -y update
before it tries to installruby
package.The text was updated successfully, but these errors were encountered: