Option for create nfs exported directory #96
ci.yml
on: pull_request
Puppet
/
Static validations
14s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
2s
Annotations
6 errors and 2 warnings
Puppet / 8 (Ruby 3.2):
spec/defines/server_export_spec.rb#L37
nfs::server::export when nvs_v4 => false is expected to contain Nfs::Functions::Create_export[/srv/test] with ensure => "mounted", clients => "1.2.3.4(rw)" and create_dir => false
Failure/Error:
is_expected.to contain_nfs__functions__create_export('/srv/test').with(
'ensure' => 'mounted',
'clients' => '1.2.3.4(rw)',
'create_dir' => false
)
expected that the catalogue would contain Nfs::Functions::Create_export[/srv/test] with create_dir set to false but it is set to true
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/defines/server_export_spec.rb#L37
nfs::server::export when nvs_v4 => false is expected to contain Nfs::Functions::Create_export[/srv/test] with ensure => "mounted", clients => "1.2.3.4(rw)" and create_dir => false
Failure/Error:
is_expected.to contain_nfs__functions__create_export('/srv/test').with(
'ensure' => 'mounted',
'clients' => '1.2.3.4(rw)',
'create_dir' => false
)
expected that the catalogue would contain Nfs::Functions::Create_export[/srv/test] with create_dir set to false but it is set to true
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|