You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since, changing the title of the package definition wont help here (duplicate resource conflict), it might be great if the name attribute of the package resource could be define, too.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
apt smbclient installed, but no pecl one
Notice: pecl installation will fail silent, not duplicate package definition error.
What behaviour did you expect instead
I would like to install smbclient and pecl smbclient (both required for nextcloud)
Output log
Any additional information you'd like to impart
there the a parameter like
real_package
but if provider pecl is configure, it not used inside the code.puppet-php/manifests/extension/install.pp
Line 58 in eb304ad
Since, changing the title of the package definition wont help here (duplicate resource conflict), it might be great if the name attribute of the package resource could be define, too.
See: https://puppet.com/docs/puppet/latest/types/package.html#package-attribute-name
Example:
but I had to define this outside php::extension.
The text was updated successfully, but these errors were encountered: