Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes an issue where non-interactive runs fail
During non-interactive runs, the incron module would look for incrontab in /root (which is a directory) and yield the following error: ``` Could not prefetch incron provider 'incrontab': Puppet::Util::FileType::FileTypeFlat could not read root: Is a directory - root Puppet::Util::FileType::FileTypeFlat could not read root: Is a directory - root ``` This patch fixes the behaviour by pointing to the actual location for the incrontab file.
- Loading branch information