Nuestro puppet master atiende a los clientes puppet usando un servidor apache , mediante passenger.
Al testear puppet (puppetd -t) me dí cuenta de que aparecía un warning:
WARNING: Invalid .gemspec format in '/usr/lib/ruby/gems/1.8/specifications/rack-1.4.1.gemspec'
Así que actualicé RubyGems:
# gem update --system
Se me actualizó a la última versión estable:
Updating RubyGems to 1.8.18
Installing RubyGems 1.8.18
RubyGems 1.8.18 installed
== 1.8.18 / 2012-03-11
* 4 bug fixes:
* Use Psych API to emit more compatible YAML
* Download and write inside `gem fetch` directly. Fixes #289
* Honor sysconfdir on 1.8. Fixes #291
* Search everywhere for a spec for `gem spec`. Fixes #288
* Fix Gem.all_load_path. Fixes #171
Y se solucionó el problema.
0 comentarios:
Publicar un comentario