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

Pipe symbol where slash should be in manifests/package.pp

Open chrisrob opened this issue 11 years ago • 1 comments

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 update: Execution of '/usr/bin/pear upgrade pear.drush.org|drush' returned 1: parsePackageName(): invalid package name "pear.drush.org|drush" in "pear.drush.org|drush" invalid package name/package file "pear.drush.org|drush" upgrade failed

chrisrob avatar Oct 05 '13 13:10 chrisrob

I've got same error here. What is really strange it is I run my manifest with Vagrant provisioning and it works on my host but it doesn't work on my coworker desktop...

tremblaysimon avatar Jan 27 '15 20:01 tremblaysimon