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-python fails to run on Ubuntu 12.04 #145

Closed
aidan opened this issue Nov 5, 2014 · 2 comments
Closed

puppet-python fails to run on Ubuntu 12.04 #145

aidan opened this issue Nov 5, 2014 · 2 comments

Comments

@aidan
Copy link

aidan commented Nov 5, 2014

root@precise64:/home/vagrant# puppet apply /vagrant/manifests/default.pp
Notice: Compiled catalog for precise64 in environment production in 0.01 seconds
Notice: Finished catalog run in 0.03 seconds
root@precise64:/home/vagrant# puppet module install stankevich-python
Notice: Preparing to install into /etc/puppet/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Notice: Installing -- do not interrupt ...
/etc/puppet/modules
└─┬ stankevich-python (v1.7.15)
└── puppetlabs-stdlib (v4.3.2)
root@precise64:/home/vagrant# puppet apply /vagrant/manifests/default.pp
Error: Could not run: Could not retrieve facts for precise64: uninitialized constant Gem

Adding require 'gem' to the start of pip_version.rb python_version.rb virtualenv_version.rb fixed it.

@shivapoudel
Copy link
Contributor

Merged the #146 for this issue to mark as solved :)

@aidan
Copy link
Author

aidan commented Nov 6, 2014

thanks!

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

2 participants