Could "Could not find relationship target File[]" be triggered by a cron resource? -


is possible cron resource type uses file resource type underneath? i'm asking because i'm trying debug error:

could not find relationship target file[]

and manifests apply particular node contain no file resource type (that haven't verified work on other nodes). however, contain questionable cron, when commented out, doesn't generate error.

similar specified ncracker, seem there file resource being referenced somewhere. if wasn't directly part of cron commented out, cron { require => file[$somevar] } call elsewhere in code.

that way used tie default resource behavior.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -