Actions
Feature #13667
closed
puppet_proxy and puppetca modules load puppet gem in puppet 4.0 and higher environments
Updated by Walter Heck about 9 years ago
Just so that others can find this stuff (as it took me a bit of time to figure things out): when you try smart-proxy from source with Puppet 4 aio packages installed you'll get the following:
[root@master smart-proxy]# yum list installed | grep puppet puppet-agent.x86_64 1.4.2-1.el7 @puppetlabs-pc1 puppetdb.noarch 4.0.2-1.el7 @puppetlabs-pc1 puppetdb-termini.noarch 4.0.2-1.el7 @puppetlabs-pc1 puppetlabs-release-pc1.noarch 1.0.0-2.el7 @/puppetlabs-release-pc1-el-7.noarch puppetserver.noarch 2.3.2-1.el7 @puppetlabs-pc1 [root@master smart-proxy]# /opt/smart-proxy/bin/smart-proxy Errors detected on startup, see log for details. Exiting: cannot load such file -- puppet
It would be really great to see this start working someday :)
Updated by Anonymous about 9 years ago
Did you try changes in https://github.com/theforeman/smart-proxy/pull/406? If so, can you post the error log?
Updated by Anonymous almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset df0fc729bb8f3275c55f8673c669085755eee347.
Actions