In manifests/rules/ensure_root_path_integrity.pp, the notify is triggered if the root_path.sh script returns any output.
Warning: /Stage[main]/Secure_linux_cis::Rules::Ensure_root_path_integrity/Notify[rp]/message: defined 'message' as 'Not in compliance with CIS (Scored). There is a "." or other writable directory in the root executable path. Check the root_path fact for details'
# facter -p root_path
/root/bin is not a directory
It possibly should only trigger for writable paths, and not for missing paths. I'm pretty sure that the default settings on RHEL 7 include /root/bin in root's default path, but there's no /root/bin folder created.