Add Rocky/AlmaLinux support #52
Annotations
4 errors
Run tests:
spec/acceptance/sysctl_spec.rb#L213
Sysctl Tests on almalinux9-64-puppet7.example.com full updates when using a target file works with no errors
Failure/Error: apply_manifest_on(host, manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133921743.pp.O1RCCf
Last 10 lines of output were:
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1698673163'
�[mNotice: /Stage[main]/Main/Sysctl[fs.nr_open]/value: changed configuration value from '' to '100001' and live value from '100002' to '100001'
Error: /Stage[main]/Main/Sysctl[fs.nr_open]: Could not evaluate: Failed to save Augeas tree to file. See debug logs for details.
�[mNotice: /Stage[main]/Main/Sysctl[fs.inotify.max_user_watches]/value: changed configuration value from '' to '8193' and live value from '655360' to '8193'
Error: /Stage[main]/Main/Sysctl[fs.inotify.max_user_watches]: Could not evaluate: Failed to save Augeas tree to file. See debug logs for details.
�[mNotice: Applied catalog in 0.04 seconds
|
Run tests:
spec/acceptance/sysctl_spec.rb#L217
Sysctl Tests on almalinux9-64-puppet7.example.com full updates when using a target file is idempotent
Failure/Error: apply_manifest_on(host, manifest, { catch_changes: true })
Beaker::Host::CommandFailure:
Host 'almalinux9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133923608.pp.jXy5hb
Last 10 lines of output were:
�[mNotice: Compiled catalog for almalinux9-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1698673165'
�[mNotice: /Stage[main]/Main/Sysctl[fs.nr_open]/value: changed configuration value from '' to '100001'
Error: /Stage[main]/Main/Sysctl[fs.nr_open]: Could not evaluate: Failed to save Augeas tree to file. See debug logs for details.
�[mNotice: /Stage[main]/Main/Sysctl[fs.inotify.max_user_watches]/value: changed configuration value from '' to '8193'
Error: /Stage[main]/Main/Sysctl[fs.inotify.max_user_watches]: Could not evaluate: Failed to save Augeas tree to file. See debug logs for details.
�[mNotice: Applied catalog in 0.04 seconds
|
Run tests:
spec/acceptance/sysctl_spec.rb#L221
Sysctl Tests on almalinux9-64-puppet7.example.com full updates when using a target file has correct file contents
Failure/Error: expect(file_contents_on(host, '/etc/sysctl.d/20-fs.conf')).to match(%r{fs\.nr_open = 100001})
expected nil to match /fs\.nr_open = 100001/
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading