HomePhorge

(PUP-3352) Remove `zlib` setting
8e2dd748a7d8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3352) Remove zlib setting

Previously, puppet had a zlib setting to control whether to use zlib
compression when connecting to the forge or when using b64_zlib_yaml
as a network serialization format.

This commit removes the zlib setting, and instead, if ruby supports
the zlib library, then we will accept compressed content, e.g. when
downloading modules from the forge.

The b64_zlib_yaml format is being removed in Puppet 4, so that part
doesn't matter.

The zlib setting defaulted to false, so there shouldn't be any
behavior changes other than you can no longer set the property to
false.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU9a9549806f34: (PUP-3277) Fix two acceptance tests
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPU8e2dd748a7d8: (PUP-3352) Remove `zlib` setting (authored by Josh Cooper <josh@puppetlabs.com>).Oct 6 2014, 9:57 PM