Fix use of legacy facts #197
Annotations
2 errors and 1 warning
spec/unit/bootstrap_simp_client_spec.rb#L121
BootstrapSimpClient #fix_file_contexts does not execute fixfiles when selinux is not installed
Failure/Error: bootstrap.fix_file_contexts
Facter received :value with unexpected arguments
expected: (:selinux)
got: (:os)
Diff:
@@ -1 +1 @@
-[:selinux]
+[:os]
Please stub a default value first if message might be received with other args as well.
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job succeeded
Loading