We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure php 8.1 within hiera like this:
[...] manage_repos: false extensions: [...] sqlsrv: provider: 'pecl' pdo_sqlsrv: provider: 'pecl'
pdo_sqlsrv and sqlsrv-Module will not be installed.
That both will be installed. If i do it with
pecl install sqlsrv pecl install pdo_sqlsrv
everything will work fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Configure php 8.1 within hiera like this:
What are you seeing
pdo_sqlsrv and sqlsrv-Module will not be installed.
What behaviour did you expect instead
That both will be installed. If i do it with
everything will work fine.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: