HI,
I am trying to delete a windows service using the following:
exec { 'service':
command => 'sc delete servicename';
}
it gives me error 'sc delete servicename' is not qualified and no path was specified.
since the command doesn't need any path, I gave a random path to fulfil the criteria. Then it gives me is not qualified and no path was specified. error
↧