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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 5.5.2
Ruby: 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]
Distribution: Debian GNU/Linux 9.4 (stretch)
Module version: 5.3.0
How to reproduce (e.g Puppet code you use)
php::globals::php_version: '7.1
What are you seeing
E: Unable to locate package php7.1-cli
What behaviour did you expect instead
Looks like repo for PHP 7.1 is missing.
I am expecting, that they should be added by module, is it correct?
Output log
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php7.1-cli' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package php7.1-cli
E: Couldn't find any package by glob 'php7.1-cli'
E: Couldn't find any package by regex 'php7.1-cli'
Error: /Stage[main]/Php::Packages/Package[php7.1-cli]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php7.1-cli' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package php7.1-cli
E: Couldn't find any package by glob 'php7.1-cli'
E: Couldn't find any package by regex 'php7.1-cli'
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php7.1-common' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package php7.1-common
E: Couldn't find any package by glob 'php7.1-common'
E: Couldn't find any package by regex 'php7.1-common'
Error: /Stage[main]/Php::Packages/Package[php7.1-common]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install php7.1-common' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package php7.1-common
E: Couldn't find any package by glob 'php7.1-common'
E: Couldn't find any package by regex 'php7.1-common'
Any additional information you'd like to impart
Honestly, I am not sure, that this configuration is supported at all, could anyone please clarify it?
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Looks like repo for PHP 7.1 is missing.
I am expecting, that they should be added by module, is it correct?
Output log
Any additional information you'd like to impart
Honestly, I am not sure, that this configuration is supported at all, could anyone please clarify it?
The text was updated successfully, but these errors were encountered: