I am able to get the task details from the puppetserver
mco tasks myfirstmodule::myfirsttask --detail
Retrieving task metadata for task myfirstmodule::myfirsttask from the Puppet Server
myfirstmodule::myfirsttask -
The task takes no parameters or have none defined
Task Files:
myfirsttask.sh 27 bytes
Use 'mco tasks run myfirstmodule::myfirsttask' to run this task
But it fails when i run it
mco tasks run myfirstmodule::myfirsttask -I node1.local
Retrieving task metadata for task myfirstmodule::myfirsttask from the Puppet Server
Attempting to download and run task myfirstmodule::myfirsttask on 1 nodes
No response from:
node1.local
Could not download the task myfirstmodule::myfirsttask onto all nodes
Is there any log to check to give more info. I tried with -v option, but it gives the same output