summaryrefslogtreecommitdiffstats
path: root/lib/puppet/feature/zlib.rb
blob: ddd65b23463e1364dd654fcdbf4939aa64b9ddfc (plain)
1
2
3
4
5
6
require 'puppet/util/feature'

# We want this to load if possible, but it's not automatically
# required.
Puppet.features.rubygems?
Puppet.features.add(:zlib, :libs => %{zlib})