This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Puppet PHP PEAR Package support | |
# Taken from https://raw.github.com/gist/1524864/fdd8fd047aa702587c0b7cce7a77d55dbd781f01/pear.rb | |
require 'puppet/provider/package' | |
# PHP PEAR support. | |
Puppet::Type.type(:package).provide :pear, :parent => Puppet::Provider::Package do | |
desc "PHP PEAR support. By default uses the installed channels, but you | |
can specify the path to a pear package via ``source``." |
NewerOlder