Whenever I use puppet agent --test on a client I get the error "err: Failed when searching for node sage.jack: Failed to find sage.jack via exec: Execution of '/home/ldigitaldash/classifier sage.jack' returned 1:" if i run the enc as a command /home/ldigitaldash/classifier sage.jack I get this output "
which is what I want. Here is my enc code:
#!/bin/sh
echo '---
parameters:
'
exit 0
Any suggestions on what the problem is or how to debug it.