goss
goss copied to clipboard
Clarify kernel-param value as string
Clarify the value is a string, to avoid users doing something like this.
KernelParam: net.ipv4.ip_forward: value:
Expected
<string>: 0
to equal
<int>: 0
encourge people to do : goss add to find the syntax too, e.g. "goss add kernel-param net.ipv4.ip_forward"
The PR lookss good. Any chance to get it merged?
Need to just update the docs for now.