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
I want to install omnibus-itamae to CentOS, but error is error is occurred
[vagrant@localhost tmp]$ sudo yum install -y itamae Package itamae-1.9.6-1.el7.x86_64.rpm is not signed [vagrant@localhost tmp]$ echo $? 1
https://gist.github.com/sue445/a63fa9bde3dfa6ce2e1b7b0c796a739e
I add --nogpgcheck, install successful
--nogpgcheck
[centos@ip-10-130-123-162 tmp]$ sudo yum install -y itamae --nogpgcheck Installed: itamae.x86_64 0:1.9.6-1.el7 Complete! [centos@ip-10-130-123-162 tmp]$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to install omnibus-itamae to CentOS, but error is error is occurred
Detail error log
https://gist.github.com/sue445/a63fa9bde3dfa6ce2e1b7b0c796a739e
Environment
Workaround
I add
--nogpgcheck
, install successfulThe text was updated successfully, but these errors were encountered: