You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write puppet class file for following command
sudo supervisorctl -s unix:///tmp/supervisord_config.sock restart some_Service
I installed this module using
puppet module install ajcrowe-supervisord --version 0.6.1
In class file, there are options for command and process which I am assuming would be like
supervisord::supervisorctl { 'some_Service':
command => 'restart',
process => 'some_Service',
}
But when I am running the agent, I am getting error
Error: Failed to apply catalog: Validation of Exec[supervisorctl_command_some_Service] failed: 'undef restart some_Service' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/modules/supervisord/manifests/supervisorctl.pp:35
I also tried to change the default server url to /tmp, but facing the same issue. Can you please help me for the same.
The text was updated successfully, but these errors were encountered:
I want to write puppet class file for following command
sudo supervisorctl -s unix:///tmp/supervisord_config.sock restart some_Service
I installed this module using
puppet module install ajcrowe-supervisord --version 0.6.1
In class file, there are options for command and process which I am assuming would be like
supervisord::supervisorctl { 'some_Service':
command => 'restart',
process => 'some_Service',
}
But when I am running the agent, I am getting error
Error: Failed to apply catalog: Validation of Exec[supervisorctl_command_some_Service] failed: 'undef restart some_Service' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/modules/supervisord/manifests/supervisorctl.pp:35
I also tried to change the default server url to /tmp, but facing the same issue. Can you please help me for the same.
The text was updated successfully, but these errors were encountered: