puppet-pear icon indicating copy to clipboard operation
puppet-pear copied to clipboard

A PEAR provider for Puppet 2.6+.

Results 4 puppet-pear issues
Sort by recently updated
recently updated
newest added

If the request version isn't available --force will make it install a different version instead ``` $ /usr/bin/pear upgrade --force phpseclib.sourceforge.net/Crypt_AES-0.3.7 WARNING: failed to download phpseclib.sourceforge.net/Crypt_AES, version "0.3.7", will instead...

It's been a while since a release has been slated and also update the README to point to this repo? Cheers!

I could only get 'include pear' to work when I substituted a slash (/) for the pipe symbol (|) that separates ${repository}|${package} thus: ${repository}/${package} Otherwise I get: Error: Could not...

I tried installing packages using the Package provider in stead of using`pear::package`, but I seem to fail at it. reading the source, this should be the correct way, but it...