Replace legacy facts #297
Annotations
4 errors
spec/classes/php_spec.rb#L352
php on ubuntu-18.04-x86_64 when called with flavor zend is expected to contain Class[zend_common::repo]
Failure/Error: it { is_expected.to contain_class('zend_common::repo') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, ZendPHP does not support Ubuntu 18.04; see https://help.zend.com/zendphp/current/content/introduction/supported_platforms.htm for more information (file: /home/runner/work/puppet-php/puppet-php/spec/fixtures/modules/zend_common/manifests/repo.pp, line: 75, column: 9) on node fv-az711-531.kxtiaivj4gxuxgxjt4etq45iac.phxx.internal.cloudapp.net
|
spec/classes/php_spec.rb#L353
php on ubuntu-18.04-x86_64 when called with flavor zend is expected to contain Package[php8.1-zend-cli] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(zendphp_cli_package).with_ensure('present') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, ZendPHP does not support Ubuntu 18.04; see https://help.zend.com/zendphp/current/content/introduction/supported_platforms.htm for more information (file: /home/runner/work/puppet-php/puppet-php/spec/fixtures/modules/zend_common/manifests/repo.pp, line: 75, column: 9) on node fv-az711-531.kxtiaivj4gxuxgxjt4etq45iac.phxx.internal.cloudapp.net
|
spec/classes/php_spec.rb#L354
php on ubuntu-18.04-x86_64 when called with flavor zend is expected to contain Package[php8.1-zend-fpm] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(zendphp_fpm_package).with_ensure('present') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, ZendPHP does not support Ubuntu 18.04; see https://help.zend.com/zendphp/current/content/introduction/supported_platforms.htm for more information (file: /home/runner/work/puppet-php/puppet-php/spec/fixtures/modules/zend_common/manifests/repo.pp, line: 75, column: 9) on node fv-az711-531.kxtiaivj4gxuxgxjt4etq45iac.phxx.internal.cloudapp.net
|
|
This job failed
Loading