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
v8.2.0
master
On a Debian 12 (Bookworm):
sudo apt install -y puppet git git clone https://github.com/voxpupuli/puppet-php.git php git clone https://github.com/puppetlabs/puppetlabs-stdlib.git stdlib puppet apply --modulepath ./ -e 'include php'
Error: Evaluation Error: Error while evaluating a Function Call, Unsupported Debian release: 12 (file: /tmp/php/manifests/globals.pp, line: 38, column: 20) on node localhost
Puppet should install PHP 8.2.
See above in the "What are you seeing" section.
No, just thank you for developing this module!
The text was updated successfully, but these errors were encountered:
Hello, same issue here !
Could we just add Debian 12 support manually in
/etc/puppetlabs/code/environments/production/modules/php/manifests/globals.pp
'Debian' => $facts['os']['release']['major'] ? { '10' => '7.3', '11' => '7.4', '12' => '8.2', default => fail("Unsupported Debian release: ${fact('os.release.major')}"), },
GS
Sorry, something went wrong.
To workaround, add the following to the Bookworm node's hiera data:
php::globals::php_version: '8.2'
It seems resolved with #687 in the v10.2.0 release
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
v8.2.0
and currentmaster
How to reproduce (e.g Puppet code you use)
On a Debian 12 (Bookworm):
What are you seeing
What behaviour did you expect instead
Puppet should install PHP 8.2.
Output log
See above in the "What are you seeing" section.
Any additional information you'd like to impart
No, just thank you for developing this module!
The text was updated successfully, but these errors were encountered: