/etc/sysctl.conf is not used anymore if systemd-sysctl is installed so one has to symlink that file inside /etc/sysctl.d/ for it become used. see sysctl.d(5)
Instead of the symlink workaround, it would be better if this module could expose a class parameter that would let us configure the absolute path to the file on disk. This way we could have puppet manage a file inside /etc/sysctl.d/ directly
/etc/sysctl.confis not used anymore ifsystemd-sysctlis installed so one has to symlink that file inside/etc/sysctl.d/for it become used. see sysctl.d(5)Instead of the symlink workaround, it would be better if this module could expose a class parameter that would let us configure the absolute path to the file on disk. This way we could have puppet manage a file inside
/etc/sysctl.d/directly