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

Puppet refuses to run when ruby-gpg is not installed #2

Open
varac opened this issue Jan 17, 2013 · 3 comments
Open

Puppet refuses to run when ruby-gpg is not installed #2

varac opened this issue Jan 17, 2013 · 3 comments

Comments

@varac
Copy link
Contributor

varac commented Jan 17, 2013

puppetd --test
info: Retrieving plugin
info: Loading facts in /var/lib/puppet/lib/facter/interfaces.rb
info: Loading facts in /var/lib/puppet/lib/facter/acpi_available.rb
info: Loading facts in /var/lib/puppet/lib/facter/mysql_server.rb
info: Loading facts in /var/lib/puppet/lib/facter/concat_basedir.rb
info: Loading facts in /var/lib/puppet/lib/facter/mountpoints.rb
info: Loading facts in /var/lib/puppet/lib/facter/pgsql_server.rb

err: Could not retrieve catalog from remote server: Could not intern from pson: Could not autoload gpgkey: Could not autoload /var/lib/puppet/lib/puppet/provider/gpgkey/gpgme.rb: no such file to load -- gpgme
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

It doesn't even get to the point where it could apply the gpg class, which would install the packages.

If i do a manual "apt-get install ruby-gpgme", everything works.

@varac
Copy link
Contributor Author

varac commented Jan 17, 2013

for the record, i think this problem is related to http://projects.puppetlabs.com/issues/17747

@rbu
Copy link

rbu commented Aug 12, 2013

That bug is fixed (and marked as a duplicate). According to the other closed bug report (http://projects.puppetlabs.com/issues/14822), it should be possible since 2.7.20-rc1 and 3.0.2-rc1 to defer provider resolution until after a ruby dependency is installed via puppet.

@razorsedge
Copy link

This is also biting me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants