Actions
Bug #4739
closedProxy on Debian 7 (wheezy): cannot load such file -- augeas
Description
Since #4658, the smart proxy on Debian 7 can't load the ruby-augeas gem.
We were relying on it being present because the puppet package was installed, however the proxy package (deliberately) doesn't carry dependencies on puppet or augeas.
What's happening though is that the puppet package is built for Ruby 1.8 only, with explicit dependencies on ruby1.8 and libaugeas-ruby1.8, while the smart proxy uses the default Ruby 1.9 so can't load libaugeas-ruby.
Actions