Closed TeamLinux01 closed 5 months ago
You should use independent config snippets like /etc/sysctl.d/foo.conf
instead of changing /etc/sysctl.conf
.
Thanks, I did end up using contents:
with the /etc/sysctl.d/
directory instead. I wonder why I get an error when trying to use append:
.
Maybe I don't really understand how to use append:
. Either way, I was able to get what I needed accomplished.
I am trying to use the following snippit in my butane file.
When running the commnd
it has the following error
It transpiles correctly if I change
append
tocontents
.