Add Console section to the Director configuration #99
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors and 1 warning
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on redhat-7-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on redhat-8-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on redhat-9-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on centos-7-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on centos-8-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on centos-9-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on debian-11-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on debian-12-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on ubuntu-20.04-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 8 (Ruby 3.2):
spec/defines/director_console_spec.rb#L49
bacula::director::console on ubuntu-22.04-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on redhat-7-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on redhat-8-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on redhat-9-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on centos-7-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on centos-8-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on centos-9-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on debian-11-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on debian-12-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on ubuntu-20.04-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / 7 (Ruby 2.7):
spec/defines/director_console_spec.rb#L49
bacula::director::console on ubuntu-22.04-x86_64 with all parameters set is expected to contain Concat::Fragment[bacula-director-console-restricted-user] with content supplied string
Failure/Error:
it { is_expected.to contain_concat__fragment('bacula-director-console-restricted-user').with(content: <<~FRAGMENT) }
Console {
Name = restricted-user
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
StorageACL = second-storage
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
expected that the catalogue would contain Concat::Fragment[bacula-director-console-restricted-user] with content set to supplied string
Diff:
@@ -3,7 +3,7 @@
Password = "A different UntrustedUser"
JobACL = Restricted Client Save
ClientACL = restricted-client
- StorageACL = second-storage
+ StorageACL = weekly-schedule
ScheduleACL = weekly-schedule
PoolACL = backup-pool
FileSetACL = Restricted Client's FileSet
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 8
|