Issue #2855 has been updated by James Turnbull. Status changed from Ready for Testing to Closed
Pushed in commit:"1c69af2abea55579373e6111cf840197c7cb3494" in branch 0.25.x ---------------------------------------- Bug #2855: Inadvertent zlib dependency http://projects.reductivelabs.com/issues/2855 Author: Markus Roberts Status: Closed Priority: Normal Assigned to: Jesse Wolfe Category: serialization Target version: 0.25.2 Affected version: 0.25.1 Keywords: Branch: http://github.com/jes5199/puppet/tree/ticket/0.25.x/2855 commit:"e8bce7a6c3d0941fb3b461d2f0487b3f249ff5f1" introduced a dependency on zlib, which is not technically a prerequisite of puppet. The code needs to be modified to fall back to use of the old (unziped) fact serialization format when zlib is not preset. The most straight forward way to do this creates a potential problem for the edge case in which zlib is installed on a client but not on the puppetmaster. It is reasonable to say that such configurations are not supported; zlib is not in general required for puppet but it must be installed on puppetmasters which will be serving clients with zlib. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
