modulesync 9.1.0 #294
Annotations
10 errors
spec/classes/php_fpm_spec.rb#L44
php::fpm on ubuntu-18.04-x86_64 when called with no parameters is expected to contain Package[php-fpm] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('php-fpm').with_ensure('present') }
expected that the catalogue would contain Package[php-fpm]
|
spec/classes/php_fpm_spec.rb#L45
php::fpm on ubuntu-18.04-x86_64 when called with no parameters is expected to contain Service[php-fpm] with ensure => "running"
Failure/Error: it { is_expected.to contain_service('php-fpm').with_ensure('running') }
expected that the catalogue would contain Service[php-fpm]
|
spec/classes/php_fpm_spec.rb#L44
php::fpm on ubuntu-20.04-x86_64 when called with no parameters is expected to contain Package[php-fpm] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('php-fpm').with_ensure('present') }
expected that the catalogue would contain Package[php-fpm]
|
spec/classes/php_fpm_spec.rb#L45
php::fpm on ubuntu-20.04-x86_64 when called with no parameters is expected to contain Service[php-fpm] with ensure => "running"
Failure/Error: it { is_expected.to contain_service('php-fpm').with_ensure('running') }
expected that the catalogue would contain Service[php-fpm]
|
spec/classes/php_fpm_spec.rb#L44
php::fpm on ubuntu-22.04-x86_64 when called with no parameters is expected to contain Package[php-fpm] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('php-fpm').with_ensure('present') }
expected that the catalogue would contain Package[php-fpm]
|
spec/classes/php_fpm_spec.rb#L45
php::fpm on ubuntu-22.04-x86_64 when called with no parameters is expected to contain Service[php-fpm] with ensure => "running"
Failure/Error: it { is_expected.to contain_service('php-fpm').with_ensure('running') }
expected that the catalogue would contain Service[php-fpm]
|
spec/classes/php_spec.rb#L218
php on ubuntu-18.04-x86_64 when called with fpm_user parameter is expected to contain File[] with content =~ /user = nginx/
Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{user = nginx}) }
ArgumentError:
No title provided and "File" is not a valid resource reference
|
spec/classes/php_fpm_spec.rb#L44
php::fpm on debian-11-x86_64 when called with no parameters is expected to contain Package[php-fpm] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('php-fpm').with_ensure('present') }
expected that the catalogue would contain Package[php-fpm]
|
spec/classes/php_fpm_spec.rb#L45
php::fpm on debian-11-x86_64 when called with no parameters is expected to contain Service[php-fpm] with ensure => "running"
Failure/Error: it { is_expected.to contain_service('php-fpm').with_ensure('running') }
expected that the catalogue would contain Service[php-fpm]
|
spec/classes/php_spec.rb#L263
php on ubuntu-18.04-x86_64 when called with fpm_group parameter is expected to contain File[] with content =~ /group = nginx/
Failure/Error: it { is_expected.to contain_file(dstfile).with_content(%r{group = nginx}) }
ArgumentError:
No title provided and "File" is not a valid resource reference
|
This job failed
Loading