Jennifer Davis
Jennifer Davis
@davenportjw any idea why change in model name might cause the error tmpfs/docker/overlay2/85ba26e363cfea28217e7dc8e3c0363a0d8f95a8c884410d2f380c5b415db5f2/merged/sys/fs/cgroup/cpuset. [ERROR] Tests run: 21, Failures: 0, Errors: 3, Skipped: 1, Time elapsed: 1,210.961 s
Was this a new install or an upgrade of Push Server and Push Client?
Are you still having this issue?
What do you mean by the "attributes phase"? This cookbook isn't going to change how ohai works. The error you are pasting in here is around test kitchen + ohai.
Thanks for reporting. I think the issue here is the documentation. It looks like firewall_rule has different attributes.
I changed the configuration to ``` attributes: firewall: rules: - tftp: { } - http: { port: 80 } - block tomcat from 192.168.1.0/24: { port: 8080, source: 192.168.1.0/24, command:...
PR's gladly accepted. I've been looking at the firewall_resource and realizing that the range doesn't seem to work correctly.
Take a look at the PR I've started so that we don't duplicate work. Let me know what you think.
The httpd_config resource currently hard codes the ownership and mode of these files. Additionally, the default configuration when installing httpd is to make these root:root, world readable. Based on https://httpd.apache.org/docs/2.4/misc/security_tips.html...
Thanks for reporting. We'll look into a fix for this.