I’m trying to use the win_service module in my highstate, in order to make sure the service is configured properly.
I’ve created a custom package, which installs fine. The service is ensured to be running. But I’m getting “Module function win_service.config is not available” when trying to run the win_service module.
What am I doing wrong?
tractor-blade:
pkg:
- installed
Pixar Tractor Blade Service 2.2:
service.running: []
module.run:
- name: win_service.config
- m_name: Pixar Tractor Blade Service 2.2
- display_name: Pixar Tractor Blade Service 2.2
- obj: fredrik
- password: secret
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--