Puppet Agent reports "Failed to apply catalog: Could not find dependency File" [closed]
Hi All,
I'm new to Puppet and I need your help please.
--> I'm re-configuring puppet in manuscript but testing agent fails with dependency error:
root@agent:~# puppet agent --test --noop --debug --verbose
<...>
debug: Creating default schedules
err: Failed to apply catalog: Could not find dependency File[/plugins.d] for File[/plugins.d/irq.conf] at /etc/puppet/modules/collectd/manifests/plugins/irq.pp:8
root@agent:~#
--> The file is there on the puppet master:
root@master:~# ls -l /etc/collectd/plugins.d/irq.conf
-rw-r----- 1 root root 15 Jan 21 2015 /etc/collectd/plugins.d/irq.conf
root@master:~#
--> I tried replacing file location variable with hard-coded path but the agent test still complaining about it.
Thanks in Advance!
Thanks, George Gabra