(#issue_318) Added ability for users to switch between '/bin/true' and '/bin/false' when disabling kernel modules via the kmod_blacklist class #203
Annotations
2 errors and 1 warning
spec/classes/00_classes/kmod_blacklist_spec.rb#L191
simp::kmod_blacklist supported operating systems on almalinux-8-x86_64 when producing an error on module load should blacklist all the default kmods and point to /bin/false
Failure/Error: is_expected.to create_file("/etc/modprobe.d/00_simp_disable.conf").with_content(stock_blacklist.map{|x| x = "install #{x} /bin/false" }.join("\n") + "\n")
expected that the catalogue would contain File[/etc/modprobe.d/00_simp_disable.conf] with content set to supplied string
Diff:
- install bluetooth /bin/false\n
- install cramfs /bin/false\n
- install dccp /bin/false\n
- install dccp_ipv4 /bin/false\n
- install dccp_ipv6 /bin/false\n
- install freevxfs /bin/false\n
- install hfs /bin/false\n
- install hfsplus /bin/false\n
- install ieee1394 /bin/false\n
- install jffs2 /bin/false\n
- install net-pf-31 /bin/false\n
- install rds /bin/false\n
- install sctp /bin/false\n
- install squashfs /bin/false\n
- install tipc /bin/false\n
- install udf /bin/false\n
- install usb-storage /bin/false\n
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading