| Puppet Version: 6.12 Puppet Server Version: 6.7.2 OS Name/Version: CentOS 7 find_file function returns path even if absolute path does not exit Desired Behavior: The function should return undef/false if none of the given paths were found Actual Behavior: The function returns the path if file does not exist e.g. : find_file('/etc/testfile') |