Add support for Ubuntu 24.04 #305
Annotations
10 errors
Run tests:
spec/classes/php_spec.rb#L100
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-cli] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(php_cli_package).with_ensure('present') }
expected that the catalogue would contain Package[php5-cli]
|
Run tests:
spec/classes/php_spec.rb#L101
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-fpm] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(php_fpm_package).with_ensure('present') }
expected that the catalogue would contain Package[php5-fpm]
|
Run tests:
spec/classes/php_spec.rb#L102
php on ubuntu-24.04-x86_64 when called with no parameters is expected to contain Package[php5-dev] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(php_dev_package).with_ensure('present') }
expected that the catalogue would contain Package[php5-dev]
|
Run tests:
spec/classes/php_spec.rb#L130
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-cli] with ensure => "absent"
Failure/Error: it { is_expected.to contain_package(php_cli_package).with_ensure('absent') }
expected that the catalogue would contain Package[php5-cli]
|
Run tests:
spec/classes/php_spec.rb#L131
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-fpm] with ensure => "absent"
Failure/Error: it { is_expected.to contain_package(php_fpm_package).with_ensure('absent') }
expected that the catalogue would contain Package[php5-fpm]
|
Run tests:
spec/classes/php_spec.rb#L132
php on ubuntu-24.04-x86_64 when called with ensure absent and extensions is expected to contain Package[php5-dev] with ensure => "absent"
Failure/Error: it { is_expected.to contain_package(php_dev_package).with_ensure('absent') }
expected that the catalogue would contain Package[php5-dev]
|
Run tests:
spec/classes/php_spec.rb#L218
php on ubuntu-24.04-x86_64 when called with fpm_user parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /user = nginx/
Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{user = nginx}) }
expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
|
Run tests:
spec/classes/php_spec.rb#L263
php on ubuntu-24.04-x86_64 when called with fpm_group parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /group = nginx/
Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{group = nginx}) }
expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
|
Run tests:
spec/classes/php_spec.rb#L315
php on ubuntu-24.04-x86_64 when configured with a pool with apparmor_hat parameter is expected to contain File[/etc/php5/fpm/pool.d/www.conf] with content =~ /apparmor_hat = www/
Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{apparmor_hat = www}) }
expected that the catalogue would contain File[/etc/php5/fpm/pool.d/www.conf]
|
Run tests
Process completed with exit code 1.
|
Loading