Require a version when installing from GitHub #135
Annotations
10 errors
Run tests:
spec/defines/configfile_spec.rb#L17
caddy::configfile on almalinux-8-x86_64 with source is expected to contain File[/etc/caddy/config/example.conf] with ensure => "file", source => "puppet:///modules/caddy/etc/caddy/config/example1.conf", mode => "0444", require => "Class[Caddy::Config]" and notify => "Class[Caddy::Service]"
Failure/Error:
is_expected.to contain_file('/etc/caddy/config/example.conf').with(
'ensure' => 'file',
'source' => 'puppet:///modules/caddy/etc/caddy/config/example1.conf',
'mode' => '0444',
'require' => 'Class[Caddy::Config]',
'notify' => 'Class[Caddy::Service]'
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L30
caddy::configfile on almalinux-8-x86_64 with source with config_dir set is expected to contain File[/etc/caddy/conf.d/example.conf]
Failure/Error: it { is_expected.to contain_file('/etc/caddy/conf.d/example.conf') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L36
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set is expected to contain File[/etc/caddy/config/example.conf] with ensure => "file"
Failure/Error: it { is_expected.to contain_file('/etc/caddy/config/example.conf').with_ensure('file') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L38
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set is expected to contain File[/etc/caddy/conf-enabled/example.conf] with ensure => "link" and target => "/etc/caddy/config/example.conf"
Failure/Error:
is_expected.to contain_file('/etc/caddy/conf-enabled/example.conf').
with_ensure('link').
with_target('/etc/caddy/config/example.conf')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L48
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set with ensure => present is expected to contain File[/etc/caddy/config/example.conf] with ensure => "file"
Failure/Error: it { is_expected.to contain_file('/etc/caddy/config/example.conf').with_ensure('file') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L49
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set with ensure => present is expected to contain File[/etc/caddy/conf-enabled/example.conf] with ensure => "absent"
Failure/Error: it { is_expected.to contain_file('/etc/caddy/conf-enabled/example.conf').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L48
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set with ensure => disabled is expected to contain File[/etc/caddy/config/example.conf] with ensure => "file"
Failure/Error: it { is_expected.to contain_file('/etc/caddy/config/example.conf').with_ensure('file') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L49
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set with ensure => disabled is expected to contain File[/etc/caddy/conf-enabled/example.conf] with ensure => "absent"
Failure/Error: it { is_expected.to contain_file('/etc/caddy/conf-enabled/example.conf').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L56
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set with ensure => absent is expected to contain File[/etc/caddy/config/example.conf] with ensure => "absent"
Failure/Error: it { is_expected.to contain_file('/etc/caddy/config/example.conf').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Run tests:
spec/defines/configfile_spec.rb#L57
caddy::configfile on almalinux-8-x86_64 with source with enable_dir set with ensure => absent is expected to contain File[/etc/caddy/conf-enabled/example.conf] with ensure => "absent"
Failure/Error: it { is_expected.to contain_file('/etc/caddy/conf-enabled/example.conf').with_ensure('absent') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Caddy]: parameter 'package_ensure' expects a String value, got Undef (line: 2, column: 1) on node fv-az1370-687.l2n2ciljpwpefjhhlkzs4uiluc.ex.internal.cloudapp.net
|
Loading