Displaying 2 results from an estimated 2 matches for "storeweb".
Did you mean:
storeb
2010 Aug 03
0
Fun with Custom Providers
...n issue with custom providers (the pear/pecl ones mentioned in an
earlier post today) and I''m hoping you can all help.
I have a "base" class that includes other modules and installs other packages
including the distribution of the custom providers.
I have a second class "storeweb" that uses the custom providers to install
pear/pecl modules and also includes a "memcached" module, however if I include
the "base" class into the "storeweb" class, I get an error on the first (and
any successive) run of puppet as follows:
err: Could not run...
2010 Aug 03
4
Managing Pear and Pecl packages in Puppet
...;'m now at a point where the following stanza gives the error message below:
Stanza
======
package{"pear": ensure => installed,provider => ''pear'';
"zip": ensure => installed,provider => ''pecl'';
}
======
Error
======
err: //storeweb/Package[zip]/ensure: change from absent to present
failed: Execution of ''/usr/bin/pecl upgrade zip'' returned 255:
downloading zip-1.10.2.tgz ...
Starting to download zip-1.10.2.tgz (236,912 bytes)
........................................done: 236,912 bytes
Fatal error: Allowe...